#85FCBE

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

Shades of Aquamarine #85FCBE

Tints of Aquamarine #85FCBE

Color information

#85FCBE (or 0x85FCBE) is unknown color: approx Aquamarine. HEX triplet: 85, FC and BE. RGB value is (133,252,190). Sum of RGB (Red+Green+Blue) = 133+252+190=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCBE is #7A0341. Grayscale: #D1D1D1. Windows color (decimal): -7996226 or 12516485. OLE color: 12516485.

HSL color Cylindrical-coordinate representation of color #85FCBE: hue angle of 148.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCBE is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB133252190-
CMYK0.4700.250.01
HSL148.74º95.2%75.49%-
HSV(B)148.74º47.22%98.82%-
XYZ53.7878.3361-
YUV209.35117.0873.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.13%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=23.13%
G=43.83%
B=33.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332521900.4700.250.01148.7495.275.49
Hex85FCBE2F0191955f4b
Octal205374276570311225137113
Binary10000101111111001011111010111101100111001010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,252,190); }

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

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

 a { background-color: rgb(133,252,190); }

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

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

 span { border-color: rgb(133,252,190); }

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