#85ABA6

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

Shades of Sea Nymph #85ABA6

Tints of Sea Nymph #85ABA6

Color information

#85ABA6 (or 0x85ABA6) is unknown color: approx Sea Nymph. HEX triplet: 85, AB and A6. RGB value is (133,171,166). Sum of RGB (Red+Green+Blue) = 133+171+166=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #85ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABA6 is #7A5459. Grayscale: #9F9F9F. Windows color (decimal): -8016986 or 10922885. OLE color: 10922885.

HSL color Cylindrical-coordinate representation of color #85ABA6: hue angle of 172.11º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85ABA6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB133171166-
CMYK0.2200.030.33
HSL172.11º18.45%59.61%-
HSV(B)172.11º22.22%67.06%-
XYZ31.1236.8741.55-
YUV159.07131.91109.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=28.30%
G=36.38%
B=35.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331711660.2200.030.33172.1118.4559.61
Hex85ABA6160321ac123c
Octal2052532462603412542274
Binary100001011010101110100110101100111000011010110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,166); }

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

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

 a { background-color: rgb(133,171,166); }

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

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

 span { border-color: rgb(133,171,166); }

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