Html Css Color HEX #CAFEC3 Tea Green

📋 copy color: '#CAFEC3'

red 202 ◦ green 254 ◦ blue 195

#CAFEC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CAFEC3

Tints of Tea Green #CAFEC3

RGB

 RED value IS 202 (79.3% 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 value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#CAFEC3 (or 0xCAFEC3) is known color: 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

RGB 202 254 195 -
CMYK 0.20 0 0.23 0.00
HSL 112.88º 0.97% 0.88% -
HSV(B) 112.88º 0.23% 1% -
XYZ 69.65 87.38 64.82 -
YUV 231.73 107.27 106.8 -
System Red Green Blue C M Y K H S L
Decimal 202 254 195 0.20 0 0.23 0.00 112.88 0.97 0.88
Hex CA FE C3 14 0 17 0 71 61 58
Octal 312 376 303 24 0 27 0 161 141 130
Binary 11001010 11111110 11000011 10100 0 10111 0 1110001 1100001 1011000

Color Harmonies of #CAFEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEC3

Black with #CAFEC3

Text Example


Text Example

White with #CAFEC3

Text Example


Text Example

HTML Codes & Css Web 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>