#CCFEBC

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

Shades of Tea Green #CCFEBC

Tints of Tea Green #CCFEBC

Color information

#CCFEBC (or 0xCCFEBC) is unknown color: approx Tea Green. HEX triplet: CC, FE and BC. RGB value is (204,254,188). Sum of RGB (Red+Green+Blue) = 204+254+188=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEBC is #330143. Grayscale: #E7E7E7. Windows color (decimal): -3342660 or 12385996. OLE color: 12385996.

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

Color convert

RGB204254188-
CMYK0.2000.260.00
HSL105.45º97.06%86.67%-
HSV(B)105.45º25.98%99.61%-
XYZ69.4287.3560.78-
YUV231.53103.44108.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 188 (73.83% from 255) = 29.10%
R=31.58%
G=39.32%
B=29.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541880.2000.260.00105.4597.0686.67
HexCCFEBC1401A0696157
Octal314376274240320151141127
Binary110011001111111010111100101000110100110100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEBC; }

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

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

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

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

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

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

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

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