#85FAA8

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

Shades of Pale Green #85FAA8

Tints of Pale Green #85FAA8

Color information

#85FAA8 (or 0x85FAA8) is unknown color: approx Pale Green. HEX triplet: 85, FA and A8. RGB value is (133,250,168). Sum of RGB (Red+Green+Blue) = 133+250+168=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FAA8 is #7A0557. Grayscale: #CDCDCD. Windows color (decimal): -7996760 or 11074181. OLE color: 11074181.

HSL color Cylindrical-coordinate representation of color #85FAA8: hue angle of 137.95º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FAA8 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB133250168-
CMYK0.4700.330.02
HSL137.95º92.13%75.1%-
HSV(B)137.95º46.8%98.04%-
XYZ50.9376.1849.07-
YUV205.67106.7476.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.14%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 168 (66.02% from 255) = 30.49%
R=24.14%
G=45.37%
B=30.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501680.4700.330.02137.9592.1375.1
Hex85FAA82F02128a5c4b
Octal205372250570412212134113
Binary1000010111111010101010001011110100001101000101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FAA8; }

 p { color: rgb(133,250,168); }

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

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

 a { background-color: rgb(133,250,168); }

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

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

 span { border-color: rgb(133,250,168); }

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