#CCF8BE

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

Shades of Tea Green #CCF8BE

Tints of Tea Green #CCF8BE

Color information

#CCF8BE (or 0xCCF8BE) is unknown color: approx Tea Green. HEX triplet: CC, F8 and BE. RGB value is (204,248,190). Sum of RGB (Red+Green+Blue) = 204+248+190=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8BE is #330741. Grayscale: #E4E4E4. Windows color (decimal): -3344194 or 12515532. OLE color: 12515532.

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

Color convert

RGB204248190-
CMYK0.1800.230.03
HSL105.52º80.56%85.88%-
HSV(B)105.52º23.39%97.25%-
XYZ67.7683.6961.3-
YUV228.23106.42110.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 248 (97.27% from 255) = 38.63%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=31.78%
G=38.63%
B=29.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042481900.1800.230.03105.5280.5685.88
HexCCF8BE1201736a5156
Octal314370276220273152121126
Binary1100110011111000101111101001001011111110101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8BE; }

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

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

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

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

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

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

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

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