#CAF7C1

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

Shades of Tea Green #CAF7C1

Tints of Tea Green #CAF7C1

Color information

#CAF7C1 (or 0xCAF7C1) is unknown color: approx Tea Green. HEX triplet: CA, F7 and C1. RGB value is (202,247,193). Sum of RGB (Red+Green+Blue) = 202+247+193=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7C1 is #35083E. Grayscale: #E3E3E3. Windows color (decimal): -3475519 or 12711882. OLE color: 12711882.

HSL color Cylindrical-coordinate representation of color #CAF7C1: hue angle of 110º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF7C1 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB202247193-
CMYK0.1800.220.03
HSL110º77.14%86.27%-
HSV(B)110º21.86%96.86%-
XYZ67.2482.9362.91-
YUV227.39108.59109.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 247 (96.88% from 255) = 38.47%
BLUE value IS 193 (75.78% from 255) = 30.06%
R=31.46%
G=38.47%
B=30.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471930.1800.220.0311077.1486.27
HexCAF7C11201636e4d56
Octal312367301220263156115126
Binary1100101011110111110000011001001011011110111010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7C1; }

 p { color: rgb(202,247,193); }

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

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

 a { background-color: rgb(202,247,193); }

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

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

 span { border-color: rgb(202,247,193); }

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