#85EEC4

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

Shades of Aquamarine #85EEC4

Tints of Aquamarine #85EEC4

Color information

#85EEC4 (or 0x85EEC4) is unknown color: approx Aquamarine. HEX triplet: 85, EE and C4. RGB value is (133,238,196). Sum of RGB (Red+Green+Blue) = 133+238+196=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEC4 is #7A113B. Grayscale: #C9C9C9. Windows color (decimal): -7999804 or 12906117. OLE color: 12906117.

HSL color Cylindrical-coordinate representation of color #85EEC4: hue angle of 156º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EEC4 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB133238196-
CMYK0.4400.180.07
HSL156º75.54%72.75%-
HSV(B)156º44.12%93.33%-
XYZ50.2170.1263.11-
YUV201.82124.7178.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.46%
GREEN value IS 238 (93.36% from 255) = 41.98%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=23.46%
G=41.98%
B=34.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332381960.4400.180.0715675.5472.75
Hex85EEC42C01279c4c49
Octal205356304540227234114111
Binary1000010111101110110001001011000100101111001110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,238,196); }

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

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

 a { background-color: rgb(133,238,196); }

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

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

 span { border-color: rgb(133,238,196); }

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