#CFFABD

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

Shades of Tea Green #CFFABD

Tints of Tea Green #CFFABD

Color information

#CFFABD (or 0xCFFABD) is unknown color: approx Tea Green. HEX triplet: CF, FA and BD. RGB value is (207,250,189). Sum of RGB (Red+Green+Blue) = 207+250+189=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFABD is #300542. Grayscale: #E6E6E6. Windows color (decimal): -3147075 or 12450511. OLE color: 12450511.

HSL color Cylindrical-coordinate representation of color #CFFABD: hue angle of 102.3º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFFABD is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB207250189-
CMYK0.1700.240.02
HSL102.3º85.92%86.08%-
HSV(B)102.3º24.4%98.04%-
XYZ69.185.3160.97-
YUV230.19104.75111.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=32.04%
G=38.70%
B=29.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501890.1700.240.02102.385.9286.08
HexCFFABD110182665656
Octal317372275210302146126126
Binary1100111111111010101111011000101100010110011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFABD; }

 p { color: rgb(207,250,189); }

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

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

 a { background-color: rgb(207,250,189); }

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

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

 span { border-color: rgb(207,250,189); }

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