#CCFFBA

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

Shades of Tea Green #CCFFBA

Tints of Tea Green #CCFFBA

Color information

#CCFFBA (or 0xCCFFBA) is unknown color: approx Tea Green. HEX triplet: CC, FF and BA. RGB value is (204,255,186). Sum of RGB (Red+Green+Blue) = 204+255+186=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBA is #330045. Grayscale: #E8E8E8. Windows color (decimal): -3342406 or 12255180. OLE color: 12255180.

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

Color convert

RGB204255186-
CMYK0.200.270
HSL104.35º100%86.47%-
HSV(B)104.35º27.06%100%-
XYZ69.5287.959.76-
YUV231.88102.1108.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=31.63%
G=39.53%
B=28.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551860.200.270104.3510086.47
HexCCFFBA1401B0686456
Octal314377272240330150144126
Binary110011001111111110111010101000110110110100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFBA; }

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

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

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

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

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

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

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

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