#CCF2BE

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

Shades of Tea Green #CCF2BE

Tints of Tea Green #CCF2BE

Color information

#CCF2BE (or 0xCCF2BE) is unknown color: approx Tea Green. HEX triplet: CC, F2 and BE. RGB value is (204,242,190). Sum of RGB (Red+Green+Blue) = 204+242+190=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BE is #330D41. Grayscale: #E0E0E0. Windows color (decimal): -3345730 or 12513996. OLE color: 12513996.

HSL color Cylindrical-coordinate representation of color #CCF2BE: hue angle of 103.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF2BE is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB204242190-
CMYK0.1600.210.05
HSL103.85º66.67%84.71%-
HSV(B)103.85º21.49%94.9%-
XYZ65.9580.0660.69-
YUV224.71108.41113.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=32.08%
G=38.05%
B=29.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421900.1600.210.05103.8566.6784.71
HexCCF2BE100155684355
Octal314362276200255150103125
Binary11001100111100101011111010000010101101110100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2BE; }

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

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

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

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

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

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

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

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