#CAF9BB

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

Shades of Tea Green #CAF9BB

Tints of Tea Green #CAF9BB

Color information

#CAF9BB (or 0xCAF9BB) is unknown color: approx Tea Green. HEX triplet: CA, F9 and BB. RGB value is (202,249,187). Sum of RGB (Red+Green+Blue) = 202+249+187=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9BB is #350644. Grayscale: #E4E4E4. Windows color (decimal): -3475013 or 12319178. OLE color: 12319178.

HSL color Cylindrical-coordinate representation of color #CAF9BB: hue angle of 105.48º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAF9BB is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB202249187-
CMYK0.1900.250.02
HSL105.48º83.78%85.49%-
HSV(B)105.48º24.9%97.65%-
XYZ67.283.959.67-
YUV227.88104.93109.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=31.66%
G=39.03%
B=29.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491870.1900.250.02105.4883.7885.49
HexCAF9BB130192695455
Octal312371273230312151124125
Binary1100101011111001101110111001101100110110100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9BB; }

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

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

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

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

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

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

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

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