Html Css Color HEX #40BB96 Shamrock

📋 copy color: '#40BB96'

red 64 ◦ green 187 ◦ blue 150

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

Shades of Shamrock #40BB96

Tints of Shamrock #40BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 15.96%
G = 46.63%
B = 37.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#40BB96 (or 0x40BB96) is known color: Shamrock. HEX triplet: 40, BB and 96. RGB value is (64,187,150). Sum of RGB (Red+Green+Blue) = 64+187+150=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB96 is #BF4469. Grayscale: #929292. Windows color (decimal): -12534890 or 9878336. OLE color: 9878336.

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

Color convert

RGB 64 187 150 -
CMYK 0.66 0 0.20 0.27
HSL 161.95º 0.49% 0.49% -
HSV(B) 161.95º 0.66% 0.73% -
XYZ 25.39 38.83 35.01 -
YUV 146.01 130.25 69.51 -
System Red Green Blue C M Y K H S L
Decimal 64 187 150 0.66 0 0.20 0.27 161.95 0.49 0.49
Hex 40 BB 96 42 0 14 1B A2 31 31
Octal 100 273 226 102 0 24 33 242 61 61
Binary 1000000 10111011 10010110 1000010 0 10100 11011 10100010 110001 110001

Color Harmonies of #40BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB96

Black with #40BB96

Text Example


Text Example

White with #40BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,187,150); }

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

background-color css

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

 a { background-color: rgb(64,187,150); }

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

border-color css

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

 span { border-color: rgb(64,187,150); }

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