Html Css Color HEX #40B99C Shamrock

📋 copy color: '#40B99C'

red 64 ◦ green 185 ◦ blue 156

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

Shades of Shamrock #40B99C

Tints of Shamrock #40B99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 15.8%
G = 45.68%
B = 38.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#40B99C (or 0x40B99C) is known color: Shamrock. HEX triplet: 40, B9 and 9C. RGB value is (64,185,156). Sum of RGB (Red+Green+Blue) = 64+185+156=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #40B99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B99C is #BF4663. Grayscale: #919191. Windows color (decimal): -12535396 or 10271040. OLE color: 10271040.

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

Color convert

RGB 64 185 156 -
CMYK 0.65 0 0.16 0.27
HSL 165.62º 0.49% 0.49% -
HSV(B) 165.62º 0.65% 0.73% -
XYZ 25.46 38.19 37.48 -
YUV 145.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 64 185 156 0.65 0 0.16 0.27 165.62 0.49 0.49
Hex 40 B9 9C 41 0 10 1B A6 31 31
Octal 100 271 234 101 0 20 33 246 61 61
Binary 1000000 10111001 10011100 1000001 0 10000 11011 10100110 110001 110001

Color Harmonies of #40B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B99C

Black with #40B99C

Text Example


Text Example

White with #40B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,185,156); }

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

background-color css

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

 a { background-color: rgb(64,185,156); }

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

border-color css

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

 span { border-color: rgb(64,185,156); }

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