#CCFEBA

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

Shades of Tea Green #CCFEBA

Tints of Tea Green #CCFEBA

Color information

#CCFEBA (or 0xCCFEBA) is unknown color: approx Tea Green. HEX triplet: CC, FE and BA. RGB value is (204,254,186). Sum of RGB (Red+Green+Blue) = 204+254+186=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEBA is #330145. Grayscale: #E7E7E7. Windows color (decimal): -3342662 or 12254924. OLE color: 12254924.

HSL color Cylindrical-coordinate representation of color #CCFEBA: hue angle of 104.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCFEBA is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB204254186-
CMYK0.2000.270.00
HSL104.12º97.14%86.27%-
HSV(B)104.12º26.77%99.61%-
XYZ69.2187.2759.65-
YUV231.3102.44108.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=31.68%
G=39.44%
B=28.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541860.2000.270.00104.1297.1486.27
HexCCFEBA1401B0686156
Octal314376272240330150141126
Binary110011001111111010111010101000110110110100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEBA; }

 p { color: rgb(204,254,186); }

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

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

 a { background-color: rgb(204,254,186); }

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

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

 span { border-color: rgb(204,254,186); }

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