Html Css Color HEX #CAFFC2 Tea Green

📋 copy color: '#CAFFC2'

red 202 ◦ green 255 ◦ blue 194

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

Shades of Tea Green #CAFFC2

Tints of Tea Green #CAFFC2

RGB

 RED value IS 202 (79.3% from 255) = 31.03%

 GREEN value IS 255 (100% from 255) = 39.17%

 BLUE value IS 194 (76.17% from 255) = 29.8%

R = 31.03%
G = 39.17%
B = 29.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#CAFFC2 (or 0xCAFFC2) is known color: Tea Green. HEX triplet: CA, FF and C2. RGB value is (202,255,194). Sum of RGB (Red+Green+Blue) = 202+255+194=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC2 is #35003D. Grayscale: #E8E8E8. Windows color (decimal): -3473470 or 12779466. OLE color: 12779466.

HSL color Cylindrical-coordinate representation of color #CAFFC2: hue angle of 112.13º 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 #CAFFC2 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 194 -
CMYK 0.21 0 0.24 0
HSL 112.13º 1% 0.88% -
HSV(B) 112.13º 0.24% 1% -
XYZ 69.85 87.97 64.34 -
YUV 232.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 202 255 194 0.21 0 0.24 0 112.13 1 0.88
Hex CA FF C2 15 0 18 0 70 64 58
Octal 312 377 302 25 0 30 0 160 144 130
Binary 11001010 11111111 11000010 10101 0 11000 0 1110000 1100100 1011000

Color Harmonies of #CAFFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFC2

Black with #CAFFC2

Text Example


Text Example

White with #CAFFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFC2; }

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

 H1.HeaderClassName
 {
   color: #CAFFC2;
 }
 .AnyTagClassName
 {
   color: #CAFFC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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