#CAF7B1

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

Shades of Tea Green #CAF7B1

Tints of Tea Green #CAF7B1

Color information

#CAF7B1 (or 0xCAF7B1) is unknown color: approx Tea Green. HEX triplet: CA, F7 and B1. RGB value is (202,247,177). Sum of RGB (Red+Green+Blue) = 202+247+177=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF7B1 is #35084E. Grayscale: #E1E1E1. Windows color (decimal): -3475535 or 11663306. OLE color: 11663306.

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

Color convert

RGB202247177-
CMYK0.1800.280.03
HSL98.57º81.4%83.14%-
HSV(B)98.57º28.34%96.86%-
XYZ65.5582.2554.02-
YUV225.56100.59111.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 247 (96.88% from 255) = 39.46%
BLUE value IS 177 (69.53% from 255) = 28.27%
R=32.27%
G=39.46%
B=28.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471770.1800.280.0398.5781.483.14
HexCAF7B11201C3635153
Octal312367261220343143121123
Binary1100101011110111101100011001001110011110001110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7B1; }

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

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

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

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

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

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

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

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