#CAFDB1

Color #CAFDB1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CAFDB1

Tints of Tea Green #CAFDB1

Color information

#CAFDB1 (or 0xCAFDB1) is unknown color: approx Tea Green. HEX triplet: CA, FD and B1. RGB value is (202,253,177). Sum of RGB (Red+Green+Blue) = 202+253+177=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDB1 is #35024E. Grayscale: #E5E5E5. Windows color (decimal): -3473999 or 11664842. OLE color: 11664842.

HSL color Cylindrical-coordinate representation of color #CAFDB1: hue angle of 100.26º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFDB1 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB202253177-
CMYK0.2000.300.01
HSL100.26º95%84.31%-
HSV(B)100.26º30.04%99.22%-
XYZ67.4285.9854.64-
YUV229.0998.6108.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 253 (99.22% from 255) = 40.03%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=31.96%
G=40.03%
B=28.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531770.2000.300.01100.269584.31
HexCAFDB11401E1645f54
Octal312375261240361144137124
Binary110010101111110110110001101000111101110010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDB1; }

 p { color: rgb(202,253,177); }

 H1.HeaderClassName
 {
   color: #CAFDB1;
 }
 .AnyTagClassName
 {
   color: #CAFDB1;
 }
</style>
background-color css

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

 a { background-color: rgb(202,253,177); }

 div.DivClassName
 {
   background-color: #CAFDB1;
 }
 .BgClassName
 {
   background-color: #CAFDB1;
 }
</style>
border-color css

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

 span { border-color: rgb(202,253,177); }

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