Html Css Color HEX #40BB9B Shamrock

📋 copy color: '#40BB9B'

red 64 ◦ green 187 ◦ blue 155

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

Shades of Shamrock #40BB9B

Tints of Shamrock #40BB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 15.76%
G = 46.06%
B = 38.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#40BB9B (or 0x40BB9B) is known color: Shamrock. HEX triplet: 40, BB and 9B. RGB value is (64,187,155). Sum of RGB (Red+Green+Blue) = 64+187+155=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB9B is #BF4464. Grayscale: #929292. Windows color (decimal): -12534885 or 10206016. OLE color: 10206016.

HSL color Cylindrical-coordinate representation of color #40BB9B: hue angle of 164.39º 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 #40BB9B is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 155 -
CMYK 0.66 0 0.17 0.27
HSL 164.39º 0.49% 0.49% -
HSV(B) 164.39º 0.66% 0.73% -
XYZ 25.8 39 37.18 -
YUV 146.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 64 187 155 0.66 0 0.17 0.27 164.39 0.49 0.49
Hex 40 BB 9B 42 0 11 1B A4 31 31
Octal 100 273 233 102 0 21 33 244 61 61
Binary 1000000 10111011 10011011 1000010 0 10001 11011 10100100 110001 110001

Color Harmonies of #40BB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB9B

Black with #40BB9B

Text Example


Text Example

White with #40BB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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