#CAF2BB

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

Shades of Tea Green #CAF2BB

Tints of Tea Green #CAF2BB

Color information

#CAF2BB (or 0xCAF2BB) is unknown color: approx Tea Green. HEX triplet: CA, F2 and BB. RGB value is (202,242,187). Sum of RGB (Red+Green+Blue) = 202+242+187=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2BB is #350D44. Grayscale: #DFDFDF. Windows color (decimal): -3476805 or 12317386. OLE color: 12317386.

HSL color Cylindrical-coordinate representation of color #CAF2BB: hue angle of 103.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAF2BB is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB202242187-
CMYK0.1700.230.05
HSL103.64º67.9%84.12%-
HSV(B)103.64º22.73%94.9%-
XYZ65.0879.6558.96-
YUV223.77107.25112.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 242 (94.92% from 255) = 38.35%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=32.01%
G=38.35%
B=29.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421870.1700.230.05103.6467.984.12
HexCAF2BB110175684454
Octal312362273210275150104124
Binary11001010111100101011101110001010111101110100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2BB; }

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

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

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

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

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

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

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

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