#CCFFBF

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

Shades of Tea Green #CCFFBF

Tints of Tea Green #CCFFBF

Color information

#CCFFBF (or 0xCCFFBF) is unknown color: approx Tea Green. HEX triplet: CC, FF and BF. RGB value is (204,255,191). Sum of RGB (Red+Green+Blue) = 204+255+191=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBF is #330040. Grayscale: #E8E8E8. Windows color (decimal): -3342401 or 12582860. OLE color: 12582860.

HSL color Cylindrical-coordinate representation of color #CCFFBF: hue angle of 107.81º 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 #CCFFBF is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB204255191-
CMYK0.200.250
HSL107.81º100%87.45%-
HSV(B)107.81º25.1%100%-
XYZ70.0788.1262.61-
YUV232.46104.6107.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 191 (75% from 255) = 29.38%
R=31.38%
G=39.23%
B=29.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551910.200.250107.8110087.45
HexCCFFBF1401906c6457
Octal314377277240310154144127
Binary110011001111111110111111101000110010110110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFBF; }

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

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

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

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

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

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

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

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