#CAF3BA

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

Shades of Tea Green #CAF3BA

Tints of Tea Green #CAF3BA

Color information

#CAF3BA (or 0xCAF3BA) is unknown color: approx Tea Green. HEX triplet: CA, F3 and BA. RGB value is (202,243,186). Sum of RGB (Red+Green+Blue) = 202+243+186=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3BA is #350C45. Grayscale: #E0E0E0. Windows color (decimal): -3476550 or 12252106. OLE color: 12252106.

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

Color convert

RGB202243186-
CMYK0.1700.230.05
HSL103.16º70.37%84.12%-
HSV(B)103.16º23.46%95.29%-
XYZ65.2780.258.49-
YUV224.24106.42112.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=32.01%
G=38.51%
B=29.48%

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
Decimal2022431860.1700.230.05103.1670.3784.12
HexCAF3BA110175674654
Octal312363272210275147106124
Binary11001010111100111011101010001010111101110011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3BA; }

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

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

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

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

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

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

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

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