#CCF1BE

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

Shades of Tea Green #CCF1BE

Tints of Tea Green #CCF1BE

Color information

#CCF1BE (or 0xCCF1BE) is unknown color: approx Tea Green. HEX triplet: CC, F1 and BE. RGB value is (204,241,190). Sum of RGB (Red+Green+Blue) = 204+241+190=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1BE is #330E41. Grayscale: #E0E0E0. Windows color (decimal): -3345986 or 12513740. OLE color: 12513740.

HSL color Cylindrical-coordinate representation of color #CCF1BE: hue angle of 103.53º degrees, saturation: 0.65, 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 #CCF1BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB204241190-
CMYK0.1500.210.05
HSL103.53º64.56%84.51%-
HSV(B)103.53º21.16%94.51%-
XYZ65.6579.4760.59-
YUV224.12108.74113.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=32.13%
G=37.95%
B=29.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411900.1500.210.05103.5364.5684.51
HexCCF1BEF0155684155
Octal314361276170255150101125
Binary1100110011110001101111101111010101101110100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1BE; }

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

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

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

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

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

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

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

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