#CAF0BF

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

Shades of Tea Green #CAF0BF

Tints of Tea Green #CAF0BF

Color information

#CAF0BF (or 0xCAF0BF) is unknown color: approx Tea Green. HEX triplet: CA, F0 and BF. RGB value is (202,240,191). Sum of RGB (Red+Green+Blue) = 202+240+191=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0BF is #350F40. Grayscale: #DFDFDF. Windows color (decimal): -3477313 or 12579018. OLE color: 12579018.

HSL color Cylindrical-coordinate representation of color #CAF0BF: hue angle of 106.53º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF0BF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB202240191-
CMYK0.1600.200.06
HSL106.53º62.03%84.51%-
HSV(B)106.53º20.42%94.12%-
XYZ64.9278.6461.05-
YUV223.05109.91112.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 191 (75% from 255) = 30.17%
R=31.91%
G=37.91%
B=30.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401910.1600.200.06106.5362.0384.51
HexCAF0BF1001466b3e55
Octal31236027720024615376125
Binary1100101011110000101111111000001010011011010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0BF; }

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

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

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

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

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

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

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

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