#CAF5BA

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

Shades of Tea Green #CAF5BA

Tints of Tea Green #CAF5BA

Color information

#CAF5BA (or 0xCAF5BA) is unknown color: approx Tea Green. HEX triplet: CA, F5 and BA. RGB value is (202,245,186). Sum of RGB (Red+Green+Blue) = 202+245+186=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5BA is #350A45. Grayscale: #E1E1E1. Windows color (decimal): -3476038 or 12252618. OLE color: 12252618.

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

Color convert

RGB202245186-
CMYK0.1800.240.04
HSL103.73º74.68%84.51%-
HSV(B)103.73º24.08%96.08%-
XYZ65.8781.4158.7-
YUV225.42105.75111.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 245 (96.09% from 255) = 38.70%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=31.91%
G=38.70%
B=29.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451860.1800.240.04103.7374.6884.51
HexCAF5BA120184684b55
Octal312365272220304150113125
Binary11001010111101011011101010010011000100110100010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5BA; }

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

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

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

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

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

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

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

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