#CAF4BD

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

Shades of Tea Green #CAF4BD

Tints of Tea Green #CAF4BD

Color information

#CAF4BD (or 0xCAF4BD) is unknown color: approx Tea Green. HEX triplet: CA, F4 and BD. RGB value is (202,244,189). Sum of RGB (Red+Green+Blue) = 202+244+189=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4BD is #350B42. Grayscale: #E1E1E1. Windows color (decimal): -3476291 or 12448970. OLE color: 12448970.

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

Color convert

RGB202244189-
CMYK0.1700.230.04
HSL105.82º71.43%84.9%-
HSV(B)105.82º22.54%95.69%-
XYZ65.8980.9360.29-
YUV225.17107.59111.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 244 (95.70% from 255) = 38.43%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=31.81%
G=38.43%
B=29.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441890.1700.230.04105.8271.4384.9
HexCAF4BD1101746a4755
Octal312364275210274152107125
Binary11001010111101001011110110001010111100110101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4BD; }

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

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

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

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

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

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

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

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