#CAFBB3

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

Shades of Tea Green #CAFBB3

Tints of Tea Green #CAFBB3

Color information

#CAFBB3 (or 0xCAFBB3) is unknown color: approx Tea Green. HEX triplet: CA, FB and B3. RGB value is (202,251,179). Sum of RGB (Red+Green+Blue) = 202+251+179=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBB3 is #35044C. Grayscale: #E4E4E4. Windows color (decimal): -3474509 or 11795402. OLE color: 11795402.

HSL color Cylindrical-coordinate representation of color #CAFBB3: hue angle of 100.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAFBB3 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB202251179-
CMYK0.2000.290.02
HSL100.83º90%84.31%-
HSV(B)100.83º28.69%98.43%-
XYZ66.9984.8155.49-
YUV228.14100.27109.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=31.96%
G=39.72%
B=28.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511790.2000.290.02100.839084.31
HexCAFBB31401D2655a54
Octal312373263240352145132124
Binary1100101011111011101100111010001110110110010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBB3; }

 p { color: rgb(202,251,179); }

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

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

 a { background-color: rgb(202,251,179); }

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

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

 span { border-color: rgb(202,251,179); }

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