#CAF4BB

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

Shades of Tea Green #CAF4BB

Tints of Tea Green #CAF4BB

Color information

#CAF4BB (or 0xCAF4BB) is unknown color: approx Tea Green. HEX triplet: CA, F4 and BB. RGB value is (202,244,187). Sum of RGB (Red+Green+Blue) = 202+244+187=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4BB is #350B44. Grayscale: #E1E1E1. Windows color (decimal): -3476293 or 12317898. OLE color: 12317898.

HSL color Cylindrical-coordinate representation of color #CAF4BB: hue angle of 104.21º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAF4BB is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB202244187-
CMYK0.1700.230.04
HSL104.21º72.15%84.51%-
HSV(B)104.21º23.36%95.69%-
XYZ65.6880.8559.16-
YUV224.94106.59111.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 244 (95.70% from 255) = 38.55%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=31.91%
G=38.55%
B=29.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441870.1700.230.04104.2172.1584.51
HexCAF4BB110174684855
Octal312364273210274150110125
Binary11001010111101001011101110001010111100110100010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4BB; }

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

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

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

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

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

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

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

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