#CAF0BB

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

Shades of Tea Green #CAF0BB

Tints of Tea Green #CAF0BB

Color information

#CAF0BB (or 0xCAF0BB) is unknown color: approx Tea Green. HEX triplet: CA, F0 and BB. RGB value is (202,240,187). Sum of RGB (Red+Green+Blue) = 202+240+187=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0BB is #350F44. Grayscale: #DEDEDE. Windows color (decimal): -3477317 or 12316874. OLE color: 12316874.

HSL color Cylindrical-coordinate representation of color #CAF0BB: hue angle of 103.02º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF0BB is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB202240187-
CMYK0.1600.220.06
HSL103.02º63.86%83.73%-
HSV(B)103.02º22.08%94.12%-
XYZ64.4978.4658.76-
YUV222.6107.91113.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=32.11%
G=38.16%
B=29.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401870.1600.220.06103.0263.8683.73
HexCAF0BB100166674054
Octal312360273200266147100124
Binary11001010111100001011101110000010110110110011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0BB; }

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

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

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

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

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

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

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

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