#CAF4C1

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

Shades of Tea Green #CAF4C1

Tints of Tea Green #CAF4C1

Color information

#CAF4C1 (or 0xCAF4C1) is unknown color: approx Tea Green. HEX triplet: CA, F4 and C1. RGB value is (202,244,193). Sum of RGB (Red+Green+Blue) = 202+244+193=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4C1 is #350B3E. Grayscale: #E1E1E1. Windows color (decimal): -3476287 or 12711114. OLE color: 12711114.

HSL color Cylindrical-coordinate representation of color #CAF4C1: hue angle of 109.41º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF4C1 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB202244193-
CMYK0.1700.210.04
HSL109.41º69.86%85.69%-
HSV(B)109.41º20.9%95.69%-
XYZ66.3381.1162.61-
YUV225.63109.59111.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 244 (95.70% from 255) = 38.18%
BLUE value IS 193 (75.78% from 255) = 30.20%
R=31.61%
G=38.18%
B=30.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441930.1700.210.04109.4169.8685.69
HexCAF4C11101546d4656
Octal312364301210254155106126
Binary11001010111101001100000110001010101100110110110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4C1; }

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

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

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

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

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

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

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

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