#CAF8BF

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

Shades of Tea Green #CAF8BF

Tints of Tea Green #CAF8BF

Color information

#CAF8BF (or 0xCAF8BF) is unknown color: approx Tea Green. HEX triplet: CA, F8 and BF. RGB value is (202,248,191). Sum of RGB (Red+Green+Blue) = 202+248+191=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8BF is #350740. Grayscale: #E3E3E3. Windows color (decimal): -3475265 or 12581066. OLE color: 12581066.

HSL color Cylindrical-coordinate representation of color #CAF8BF: hue angle of 108.42º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAF8BF is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB202248191-
CMYK0.1900.230.03
HSL108.42º80.28%86.08%-
HSV(B)108.42º22.98%97.25%-
XYZ67.3383.4561.85-
YUV227.75107.26109.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 248 (97.27% from 255) = 38.69%
BLUE value IS 191 (75% from 255) = 29.80%
R=31.51%
G=38.69%
B=29.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481910.1900.230.03108.4280.2886.08
HexCAF8BF1301736c5056
Octal312370277230273154120126
Binary1100101011111000101111111001101011111110110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8BF; }

 p { color: rgb(202,248,191); }

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

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

 a { background-color: rgb(202,248,191); }

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

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

 span { border-color: rgb(202,248,191); }

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