#CAF7B3

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

Shades of Tea Green #CAF7B3

Tints of Tea Green #CAF7B3

Color information

#CAF7B3 (or 0xCAF7B3) is unknown color: approx Tea Green. HEX triplet: CA, F7 and B3. RGB value is (202,247,179). Sum of RGB (Red+Green+Blue) = 202+247+179=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7B3 is #35084C. Grayscale: #E2E2E2. Windows color (decimal): -3475533 or 11794378. OLE color: 11794378.

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

Color convert

RGB202247179-
CMYK0.1800.280.03
HSL99.71º80.95%83.53%-
HSV(B)99.71º27.53%96.86%-
XYZ65.7582.3355.07-
YUV225.79101.59111.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 247 (96.88% from 255) = 39.33%
BLUE value IS 179 (70.31% from 255) = 28.50%
R=32.17%
G=39.33%
B=28.50%

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
Decimal2022471790.1800.280.0399.7180.9583.53
HexCAF7B31201C3645154
Octal312367263220343144121124
Binary1100101011110111101100111001001110011110010010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7B3; }

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

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

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

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

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

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

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

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