#CCF0BE

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

Shades of Tea Green #CCF0BE

Tints of Tea Green #CCF0BE

Color information

#CCF0BE (or 0xCCF0BE) is unknown color: approx Tea Green. HEX triplet: CC, F0 and BE. RGB value is (204,240,190). Sum of RGB (Red+Green+Blue) = 204+240+190=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BE is #330F41. Grayscale: #DFDFDF. Windows color (decimal): -3346242 or 12513484. OLE color: 12513484.

HSL color Cylindrical-coordinate representation of color #CCF0BE: hue angle of 103.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF0BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB204240190-
CMYK0.1500.210.06
HSL103.2º62.5%84.31%-
HSV(B)103.2º20.83%94.12%-
XYZ65.3678.8860.5-
YUV223.54109.07114.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=32.18%
G=37.85%
B=29.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401900.1500.210.06103.262.584.31
HexCCF0BEF0156673e54
Octal31436027617025614776124
Binary110011001111000010111110111101010111011001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0BE; }

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

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

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

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

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

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

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

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