#CCFFBE

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

Shades of Tea Green #CCFFBE

Tints of Tea Green #CCFFBE

Color information

#CCFFBE (or 0xCCFFBE) is unknown color: approx Tea Green. HEX triplet: CC, FF and BE. RGB value is (204,255,190). Sum of RGB (Red+Green+Blue) = 204+255+190=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBE is #330041. Grayscale: #E8E8E8. Windows color (decimal): -3342402 or 12517324. OLE color: 12517324.

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

Color convert

RGB204255190-
CMYK0.200.250
HSL107.08º100%87.25%-
HSV(B)107.08º25.49%100%-
XYZ69.9688.0862.03-
YUV232.34104.1107.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 190 (74.61% from 255) = 29.28%
R=31.43%
G=39.29%
B=29.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551900.200.250107.0810087.25
HexCCFFBE1401906b6457
Octal314377276240310153144127
Binary110011001111111110111110101000110010110101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFBE; }

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

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

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

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

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

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

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

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