#CAF4AC

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

Shades of Tea Green #CAF4AC

Tints of Tea Green #CAF4AC

Color information

#CAF4AC (or 0xCAF4AC) is unknown color: approx Tea Green. HEX triplet: CA, F4 and AC. RGB value is (202,244,172). Sum of RGB (Red+Green+Blue) = 202+244+172=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF4AC is #350B53. Grayscale: #DFDFDF. Windows color (decimal): -3476308 or 11334858. OLE color: 11334858.

HSL color Cylindrical-coordinate representation of color #CAF4AC: hue angle of 95º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAF4AC is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB202244172-
CMYK0.1700.300.04
HSL95º76.6%81.57%-
HSV(B)95º29.51%95.69%-
XYZ64.1580.2451.14-
YUV223.2399.09112.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 244 (95.70% from 255) = 39.48%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=32.69%
G=39.48%
B=27.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441720.1700.300.049576.681.57
HexCAF4AC1101E45f4d52
Octal312364254210364137115122
Binary11001010111101001010110010001011110100101111110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4AC; }

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

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

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

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

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

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

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

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