#CAFEC3

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

Shades of Tea Green #CAFEC3

Tints of Tea Green #CAFEC3

Color information

#CAFEC3 (or 0xCAFEC3) is unknown color: approx Tea Green. HEX triplet: CA, FE and C3. RGB value is (202,254,195). Sum of RGB (Red+Green+Blue) = 202+254+195=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC3 is #35013C. Grayscale: #E7E7E7. Windows color (decimal): -3473725 or 12844746. OLE color: 12844746.

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

Color convert

RGB202254195-
CMYK0.2000.230.00
HSL112.88º96.72%88.04%-
HSV(B)112.88º23.23%99.61%-
XYZ69.6587.3864.82-
YUV231.73107.27106.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 195 (76.56% from 255) = 29.95%
R=31.03%
G=39.02%
B=29.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541950.2000.230.00112.8896.7288.04
HexCAFEC3140170716158
Octal312376303240270161141130
Binary110010101111111011000011101000101110111000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEC3; }

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

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

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

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

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

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

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

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