#CAFDBA

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

Shades of Tea Green #CAFDBA

Tints of Tea Green #CAFDBA

Color information

#CAFDBA (or 0xCAFDBA) is unknown color: approx Tea Green. HEX triplet: CA, FD and BA. RGB value is (202,253,186). Sum of RGB (Red+Green+Blue) = 202+253+186=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDBA is #350245. Grayscale: #E6E6E6. Windows color (decimal): -3473990 or 12254666. OLE color: 12254666.

HSL color Cylindrical-coordinate representation of color #CAFDBA: hue angle of 105.67º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAFDBA is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB202253186-
CMYK0.2000.260.01
HSL105.67º94.37%86.08%-
HSV(B)105.67º26.48%99.22%-
XYZ68.3586.3559.52-
YUV230.11103.1107.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 253 (99.22% from 255) = 39.47%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=31.51%
G=39.47%
B=29.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531860.2000.260.01105.6794.3786.08
HexCAFDBA1401A16a5e56
Octal312375272240321152136126
Binary110010101111110110111010101000110101110101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDBA; }

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

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

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

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

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

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

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

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