#85FECA

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

Shades of Aquamarine #85FECA

Tints of Aquamarine #85FECA

Color information

#85FECA (or 0x85FECA) is unknown color: approx Aquamarine. HEX triplet: 85, FE and CA. RGB value is (133,254,202). Sum of RGB (Red+Green+Blue) = 133+254+202=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #85FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FECA is #7A0135. Grayscale: #D3D3D3. Windows color (decimal): -7995702 or 13303429. OLE color: 13303429.

HSL color Cylindrical-coordinate representation of color #85FECA: hue angle of 154.21º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FECA is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB133254202-
CMYK0.4800.200.00
HSL154.21º98.37%75.88%-
HSV(B)154.21º47.64%99.61%-
XYZ55.7880.1368.4-
YUV211.89122.4171.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.58%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=22.58%
G=43.12%
B=34.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332542020.4800.200.00154.2198.3775.88
Hex85FECA3001409a624c
Octal205376312600240232142114
Binary10000101111111101100101011000001010001001101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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