#CCFFB8

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

Shades of Tea Green #CCFFB8

Tints of Tea Green #CCFFB8

Color information

#CCFFB8 (or 0xCCFFB8) is unknown color: approx Tea Green. HEX triplet: CC, FF and B8. RGB value is (204,255,184). Sum of RGB (Red+Green+Blue) = 204+255+184=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFB8 is #330047. Grayscale: #E7E7E7. Windows color (decimal): -3342408 or 12124108. OLE color: 12124108.

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

Color convert

RGB204255184-
CMYK0.200.280
HSL103.1º100%86.08%-
HSV(B)103.1º27.84%100%-
XYZ69.3187.8258.64-
YUV231.66101.1108.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 184 (72.27% from 255) = 28.62%
R=31.73%
G=39.66%
B=28.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551840.200.280103.110086.08
HexCCFFB81401C0676456
Octal314377270240340147144126
Binary110011001111111110111000101000111000110011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFB8; }

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

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

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

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

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

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

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

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