#CAFCB1

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

Shades of Tea Green #CAFCB1

Tints of Tea Green #CAFCB1

Color information

#CAFCB1 (or 0xCAFCB1) is unknown color: approx Tea Green. HEX triplet: CA, FC and B1. RGB value is (202,252,177). Sum of RGB (Red+Green+Blue) = 202+252+177=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFCB1 is #35034E. Grayscale: #E4E4E4. Windows color (decimal): -3474255 or 11664586. OLE color: 11664586.

HSL color Cylindrical-coordinate representation of color #CAFCB1: hue angle of 100º degrees, saturation: 0.93, 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 #CAFCB1 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB202252177-
CMYK0.2000.300.01
HSL100º92.59%84.12%-
HSV(B)100º29.76%98.82%-
XYZ67.185.3554.53-
YUV228.598.94109.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=32.01%
G=39.94%
B=28.05%

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
Decimal2022521770.2000.300.0110092.5984.12
HexCAFCB11401E1645d54
Octal312374261240361144135124
Binary110010101111110010110001101000111101110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCB1; }

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

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

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

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

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

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

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

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