#CCF4BC

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

Shades of Tea Green #CCF4BC

Tints of Tea Green #CCF4BC

Color information

#CCF4BC (or 0xCCF4BC) is unknown color: approx Tea Green. HEX triplet: CC, F4 and BC. RGB value is (204,244,188). Sum of RGB (Red+Green+Blue) = 204+244+188=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4BC is #330B43. Grayscale: #E1E1E1. Windows color (decimal): -3345220 or 12383436. OLE color: 12383436.

HSL color Cylindrical-coordinate representation of color #CCF4BC: hue angle of 102.86º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF4BC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB204244188-
CMYK0.1600.230.04
HSL102.86º71.79%84.71%-
HSV(B)102.86º22.95%95.69%-
XYZ66.3381.1759.75-
YUV225.66106.75112.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 188 (73.83% from 255) = 29.56%
R=32.08%
G=38.36%
B=29.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441880.1600.230.04102.8671.7984.71
HexCCF4BC100174674855
Octal314364274200274147110125
Binary11001100111101001011110010000010111100110011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4BC; }

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

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

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

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

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

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

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

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