#CAF6AF

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

Shades of Tea Green #CAF6AF

Tints of Tea Green #CAF6AF

Color information

#CAF6AF (or 0xCAF6AF) is unknown color: approx Tea Green. HEX triplet: CA, F6 and AF. RGB value is (202,246,175). Sum of RGB (Red+Green+Blue) = 202+246+175=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF6AF is #350950. Grayscale: #E0E0E0. Windows color (decimal): -3475793 or 11531978. OLE color: 11531978.

HSL color Cylindrical-coordinate representation of color #CAF6AF: hue angle of 97.18º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAF6AF is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB202246175-
CMYK0.1800.290.04
HSL97.18º79.78%82.55%-
HSV(B)97.18º28.86%96.47%-
XYZ65.0581.5652.87-
YUV224.7599.92111.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 246 (96.48% from 255) = 39.49%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=32.42%
G=39.49%
B=28.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461750.1800.290.0497.1879.7882.55
HexCAF6AF1201D4615053
Octal312366257220354141120123
Binary11001010111101101010111110010011101100110000110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6AF; }

 p { color: rgb(202,246,175); }

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

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

 a { background-color: rgb(202,246,175); }

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

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

 span { border-color: rgb(202,246,175); }

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