Html Css Color HEX #CAF1C0 Tea Green

📋 copy color: '#CAF1C0'

red 202 ◦ green 241 ◦ blue 192

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

Shades of Tea Green #CAF1C0

Tints of Tea Green #CAF1C0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

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

R = 31.81%
G = 37.95%
B = 30.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#CAF1C0 (or 0xCAF1C0) is known color: Tea Green. HEX triplet: CA, F1 and C0. RGB value is (202,241,192). Sum of RGB (Red+Green+Blue) = 202+241+192=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1C0 is #350E3F. Grayscale: #DFDFDF. Windows color (decimal): -3477056 or 12644810. OLE color: 12644810.

HSL color Cylindrical-coordinate representation of color #CAF1C0: hue angle of 107.76º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF1C0 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 192 -
CMYK 0.16 0 0.20 0.05
HSL 107.76º 0.64% 0.85% -
HSV(B) 107.76º 0.2% 0.95% -
XYZ 65.33 79.27 61.73 -
YUV 223.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 202 241 192 0.16 0 0.20 0.05 107.76 0.64 0.85
Hex CA F1 C0 10 0 14 5 6C 40 55
Octal 312 361 300 20 0 24 5 154 100 125
Binary 11001010 11110001 11000000 10000 0 10100 101 1101100 1000000 1010101

Color Harmonies of #CAF1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1C0

Black with #CAF1C0

Text Example


Text Example

White with #CAF1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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