#CAF6BA

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

Shades of Tea Green #CAF6BA

Tints of Tea Green #CAF6BA

Color information

#CAF6BA (or 0xCAF6BA) is unknown color: approx Tea Green. HEX triplet: CA, F6 and BA. RGB value is (202,246,186). Sum of RGB (Red+Green+Blue) = 202+246+186=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6BA is #350945. Grayscale: #E2E2E2. Windows color (decimal): -3475782 or 12252874. OLE color: 12252874.

HSL color Cylindrical-coordinate representation of color #CAF6BA: hue angle of 104º degrees, saturation: 0.77, 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 #CAF6BA is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB202246186-
CMYK0.1800.240.04
HSL104º76.92%84.71%-
HSV(B)104º24.39%96.47%-
XYZ66.1882.0158.8-
YUV226105.42110.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 246 (96.48% from 255) = 38.80%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=31.86%
G=38.80%
B=29.34%

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
Decimal2022461860.1800.240.0410476.9284.71
HexCAF6BA120184684d55
Octal312366272220304150115125
Binary11001010111101101011101010010011000100110100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6BA; }

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

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

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

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

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

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

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

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