Html Css Color HEX #40BC9A Shamrock

📋 copy color: '#40BC9A'

red 64 ◦ green 188 ◦ blue 154

#40BC9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #40BC9A

Tints of Shamrock #40BC9A

RGB

 RED value IS 64 (25.39% from 255) = 15.76%

 GREEN value IS 188 (73.83% from 255) = 46.31%

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 15.76%
G = 46.31%
B = 37.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#40BC9A (or 0x40BC9A) is known color: Shamrock. HEX triplet: 40, BC and 9A. RGB value is (64,188,154). Sum of RGB (Red+Green+Blue) = 64+188+154=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC9A is #BF4365. Grayscale: #939393. Windows color (decimal): -12534630 or 10140736. OLE color: 10140736.

HSL color Cylindrical-coordinate representation of color #40BC9A: hue angle of 163.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC9A is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 154 -
CMYK 0.66 0 0.18 0.26
HSL 163.55º 0.49% 0.49% -
HSV(B) 163.55º 0.66% 0.74% -
XYZ 25.93 39.39 36.81 -
YUV 147.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 64 188 154 0.66 0 0.18 0.26 163.55 0.49 0.49
Hex 40 BC 9A 42 0 12 1A A4 31 31
Octal 100 274 232 102 0 22 32 244 61 61
Binary 1000000 10111100 10011010 1000010 0 10010 11010 10100100 110001 110001

Color Harmonies of #40BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC9A

Black with #40BC9A

Text Example


Text Example

White with #40BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BC9A; }

 p { color: rgb(64,188,154); }

 H1.HeaderClassName
 {
   color: #40BC9A;
 }
 .AnyTagClassName
 {
   color: #40BC9A;
 }
</style>

background-color css

<style>
 a { background-color: #40BC9A; }

 a { background-color: rgb(64,188,154); }

 div.DivClassName
 {
   background-color: #40BC9A;
 }
 .BgClassName
 {
   background-color: #40BC9A;
 }
</style>

border-color css

<style>
 span { border-color: #40BC9A; }

 span { border-color: rgb(64,188,154); }

 td.TdClassName
 {
   border-color: #40BC9A;
 }
 .TagClassName
 {
   border-color: #40BC9A;
 }
</style>