#CCF9BA

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

Shades of Tea Green #CCF9BA

Tints of Tea Green #CCF9BA

Color information

#CCF9BA (or 0xCCF9BA) is unknown color: approx Tea Green. HEX triplet: CC, F9 and BA. RGB value is (204,249,186). Sum of RGB (Red+Green+Blue) = 204+249+186=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9BA is #330645. Grayscale: #E4E4E4. Windows color (decimal): -3343942 or 12253644. OLE color: 12253644.

HSL color Cylindrical-coordinate representation of color #CCF9BA: hue angle of 102.86º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCF9BA is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB204249186-
CMYK0.1800.250.02
HSL102.86º84%85.29%-
HSV(B)102.86º25.3%97.65%-
XYZ67.6484.1359.13-
YUV228.36104.09110.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=31.92%
G=38.97%
B=29.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491860.1800.250.02102.868485.29
HexCCF9BA120192675455
Octal314371272220312147124125
Binary1100110011111001101110101001001100110110011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9BA; }

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

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

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

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

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

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

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

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