#CCFFBB

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

Shades of Tea Green #CCFFBB

Tints of Tea Green #CCFFBB

Color information

#CCFFBB (or 0xCCFFBB) is unknown color: approx Tea Green. HEX triplet: CC, FF and BB. RGB value is (204,255,187). Sum of RGB (Red+Green+Blue) = 204+255+187=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBB is #330044. Grayscale: #E8E8E8. Windows color (decimal): -3342405 or 12320716. OLE color: 12320716.

HSL color Cylindrical-coordinate representation of color #CCFFBB: hue angle of 105º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCFFBB is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB204255187-
CMYK0.200.270
HSL105º100%86.67%-
HSV(B)105º26.67%100%-
XYZ69.6387.9560.32-
YUV232102.6108.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 187 (73.44% from 255) = 28.95%
R=31.58%
G=39.47%
B=28.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551870.200.27010510086.67
HexCCFFBB1401B0696457
Octal314377273240330151144127
Binary110011001111111110111011101000110110110100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFBB; }

 p { color: rgb(204,255,187); }

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

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

 a { background-color: rgb(204,255,187); }

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

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

 span { border-color: rgb(204,255,187); }

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