#85F9CA

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

Shades of Aquamarine #85F9CA

Tints of Aquamarine #85F9CA

Color information

#85F9CA (or 0x85F9CA) is unknown color: approx Aquamarine. HEX triplet: 85, F9 and CA. RGB value is (133,249,202). Sum of RGB (Red+Green+Blue) = 133+249+202=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9CA is #7A0635. Grayscale: #D1D1D1. Windows color (decimal): -7996982 or 13302149. OLE color: 13302149.

HSL color Cylindrical-coordinate representation of color #85F9CA: hue angle of 155.69º degrees, saturation: 0.91, 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 #85F9CA is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB133249202-
CMYK0.4700.190.02
HSL155.69º90.62%74.9%-
HSV(B)155.69º46.59%97.65%-
XYZ54.217767.88-
YUV208.96124.0773.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.77%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=22.77%
G=42.64%
B=34.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332492020.4700.190.02155.6990.6274.9
Hex85F9CA2F01329c5b4b
Octal205371312570232234133113
Binary100001011111100111001010101111010011101001110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,249,202); }

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

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

 a { background-color: rgb(133,249,202); }

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

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

 span { border-color: rgb(133,249,202); }

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