#CAF3BB

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

Shades of Tea Green #CAF3BB

Tints of Tea Green #CAF3BB

Color information

#CAF3BB (or 0xCAF3BB) is unknown color: approx Tea Green. HEX triplet: CA, F3 and BB. RGB value is (202,243,187). Sum of RGB (Red+Green+Blue) = 202+243+187=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3BB is #350C44. Grayscale: #E0E0E0. Windows color (decimal): -3476549 or 12317642. OLE color: 12317642.

HSL color Cylindrical-coordinate representation of color #CAF3BB: hue angle of 103.93º degrees, saturation: 0.7, 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 #CAF3BB is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB202243187-
CMYK0.1700.230.05
HSL103.93º70%84.31%-
HSV(B)103.93º23.05%95.29%-
XYZ65.3880.2559.06-
YUV224.36106.92112.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 243 (95.31% from 255) = 38.45%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=31.96%
G=38.45%
B=29.59%

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
Decimal2022431870.1700.230.05103.937084.31
HexCAF3BB110175684654
Octal312363273210275150106124
Binary11001010111100111011101110001010111101110100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3BB; }

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

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

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

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

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

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

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

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