#CAFFC3

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

Shades of Tea Green #CAFFC3

Tints of Tea Green #CAFFC3

Color information

#CAFFC3 (or 0xCAFFC3) is unknown color: approx Tea Green. HEX triplet: CA, FF and C3. RGB value is (202,255,195). Sum of RGB (Red+Green+Blue) = 202+255+195=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC3 is #35003C. Grayscale: #E8E8E8. Windows color (decimal): -3473469 or 12845002. OLE color: 12845002.

HSL color Cylindrical-coordinate representation of color #CAFFC3: hue angle of 113º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAFFC3 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB202255195-
CMYK0.2100.240
HSL113º100%88.24%-
HSV(B)113º23.53%100%-
XYZ69.9788.0264.93-
YUV232.31106.94106.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=30.98%
G=39.11%
B=29.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551950.2100.24011310088.24
HexCAFFC3150180716458
Octal312377303250300161144130
Binary110010101111111111000011101010110000111000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFC3; }

 p { color: rgb(202,255,195); }

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

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

 a { background-color: rgb(202,255,195); }

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

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

 span { border-color: rgb(202,255,195); }

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