#85AFAB

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

Shades of Sea Nymph #85AFAB

Tints of Sea Nymph #85AFAB

Color information

#85AFAB (or 0x85AFAB) is unknown color: approx Sea Nymph. HEX triplet: 85, AF and AB. RGB value is (133,175,171). Sum of RGB (Red+Green+Blue) = 133+175+171=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #85AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AFAB is #7A5054. Grayscale: #A1A1A1. Windows color (decimal): -8015957 or 11251589. OLE color: 11251589.

HSL color Cylindrical-coordinate representation of color #85AFAB: hue angle of 174.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AFAB is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB133175171-
CMYK0.2400.020.31
HSL174.29º20.79%60.39%-
HSV(B)174.29º24%68.63%-
XYZ32.3538.5944.27-
YUV161.99133.09107.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=27.77%
G=36.53%
B=35.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331751710.2400.020.31174.2920.7960.39
Hex85AFAB18021Fae153c
Octal2052572533002372562574
Binary10000101101011111010101111000010111111010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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