#85F9CB

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

Shades of Aquamarine #85F9CB

Tints of Aquamarine #85F9CB

Color information

#85F9CB (or 0x85F9CB) is unknown color: approx Aquamarine. HEX triplet: 85, F9 and CB. RGB value is (133,249,203). Sum of RGB (Red+Green+Blue) = 133+249+203=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9CB is #7A0634. Grayscale: #D1D1D1. Windows color (decimal): -7996981 or 13367685. OLE color: 13367685.

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

Color convert

RGB133249203-
CMYK0.4700.180.02
HSL156.21º90.62%74.9%-
HSV(B)156.21º46.59%97.65%-
XYZ54.3377.0568.51-
YUV209.07124.5773.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.74%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=22.74%
G=42.56%
B=34.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332492030.4700.180.02156.2190.6274.9
Hex85F9CB2F01229c5b4b
Octal205371313570222234133113
Binary100001011111100111001011101111010010101001110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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