#CCFBBE

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

Shades of Tea Green #CCFBBE

Tints of Tea Green #CCFBBE

Color information

#CCFBBE (or 0xCCFBBE) is unknown color: approx Tea Green. HEX triplet: CC, FB and BE. RGB value is (204,251,190). Sum of RGB (Red+Green+Blue) = 204+251+190=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBBE is #330441. Grayscale: #E6E6E6. Windows color (decimal): -3343426 or 12516300. OLE color: 12516300.

HSL color Cylindrical-coordinate representation of color #CCFBBE: hue angle of 106.23º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFBBE is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB204251190-
CMYK0.1900.240.02
HSL106.23º88.41%86.47%-
HSV(B)106.23º24.3%98.43%-
XYZ68.6985.5561.61-
YUV229.99105.43109.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 190 (74.61% from 255) = 29.46%
R=31.63%
G=38.91%
B=29.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511900.1900.240.02106.2388.4186.47
HexCCFBBE1301826a5856
Octal314373276230302152130126
Binary1100110011111011101111101001101100010110101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBBE; }

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

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

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

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

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

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

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

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