Html Css Color HEX #40BB99 Shamrock

📋 copy color: '#40BB99'

red 64 ◦ green 187 ◦ blue 153

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

Shades of Shamrock #40BB99

Tints of Shamrock #40BB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 15.84%
G = 46.29%
B = 37.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#40BB99 (or 0x40BB99) is known color: Shamrock. HEX triplet: 40, BB and 99. RGB value is (64,187,153). Sum of RGB (Red+Green+Blue) = 64+187+153=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB99 is #BF4466. Grayscale: #929292. Windows color (decimal): -12534887 or 10074944. OLE color: 10074944.

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

Color convert

RGB 64 187 153 -
CMYK 0.66 0 0.18 0.27
HSL 163.41º 0.49% 0.49% -
HSV(B) 163.41º 0.66% 0.73% -
XYZ 25.63 38.93 36.3 -
YUV 146.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 64 187 153 0.66 0 0.18 0.27 163.41 0.49 0.49
Hex 40 BB 99 42 0 12 1B A3 31 31
Octal 100 273 231 102 0 22 33 243 61 61
Binary 1000000 10111011 10011001 1000010 0 10010 11011 10100011 110001 110001

Color Harmonies of #40BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB99

Black with #40BB99

Text Example


Text Example

White with #40BB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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