Html Css Color HEX #CAFFC0 Tea Green

📋 copy color: '#CAFFC0'

red 202 ◦ green 255 ◦ blue 192

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

Shades of Tea Green #CAFFC0

Tints of Tea Green #CAFFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.58%

R = 31.12%
G = 39.29%
B = 29.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#CAFFC0 (or 0xCAFFC0) is known color: Tea Green. HEX triplet: CA, FF and C0. RGB value is (202,255,192). Sum of RGB (Red+Green+Blue) = 202+255+192=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC0 is #35003F. Grayscale: #E8E8E8. Windows color (decimal): -3473472 or 12648394. OLE color: 12648394.

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

Color convert

RGB 202 255 192 -
CMYK 0.21 0 0.25 0
HSL 110.48º 1% 0.88% -
HSV(B) 110.48º 0.25% 1% -
XYZ 69.63 87.88 63.16 -
YUV 231.97 105.44 106.62 -
System Red Green Blue C M Y K H S L
Decimal 202 255 192 0.21 0 0.25 0 110.48 1 0.88
Hex CA FF C0 15 0 19 0 6E 64 58
Octal 312 377 300 25 0 31 0 156 144 130
Binary 11001010 11111111 11000000 10101 0 11001 0 1101110 1100100 1011000

Color Harmonies of #CAFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFC0

Black with #CAFFC0

Text Example


Text Example

White with #CAFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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