#CCF8B0

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

Shades of Tea Green #CCF8B0

Tints of Tea Green #CCF8B0

Color information

#CCF8B0 (or 0xCCF8B0) is unknown color: approx Tea Green. HEX triplet: CC, F8 and B0. RGB value is (204,248,176). Sum of RGB (Red+Green+Blue) = 204+248+176=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8B0 is #33074F. Grayscale: #E2E2E2. Windows color (decimal): -3344208 or 11598028. OLE color: 11598028.

HSL color Cylindrical-coordinate representation of color #CCF8B0: hue angle of 96.67º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF8B0 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB204248176-
CMYK0.1800.290.03
HSL96.67º83.72%83.14%-
HSV(B)96.67º29.03%97.25%-
XYZ66.3183.1153.62-
YUV226.6499.42111.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 248 (97.27% from 255) = 39.49%
BLUE value IS 176 (69.14% from 255) = 28.03%
R=32.48%
G=39.49%
B=28.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042481760.1800.290.0396.6783.7283.14
HexCCF8B01201D3615453
Octal314370260220353141124123
Binary1100110011111000101100001001001110111110000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8B0; }

 p { color: rgb(204,248,176); }

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

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

 a { background-color: rgb(204,248,176); }

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

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

 span { border-color: rgb(204,248,176); }

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