Html Css Color HEX #85AD9E Sea Nymph

📋 copy color: '#85AD9E'

red 133 ◦ green 173 ◦ blue 158

#85AD9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #85AD9E

Tints of Sea Nymph #85AD9E

RGB

 RED value IS 133 (52.34% from 255) = 28.66%

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 28.66%
G = 37.28%
B = 34.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#85AD9E (or 0x85AD9E) is known color: Sea Nymph. HEX triplet: 85, AD and 9E. RGB value is (133,173,158). Sum of RGB (Red+Green+Blue) = 133+173+158=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD9E is #7A5261. Grayscale: #9F9F9F. Windows color (decimal): -8016482 or 10399109. OLE color: 10399109.

HSL color Cylindrical-coordinate representation of color #85AD9E: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AD9E is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 158 -
CMYK 0.23 0 0.09 0.32
HSL 157.5º 0.2% 0.6% -
HSV(B) 157.5º 0.23% 0.68% -
XYZ 30.79 37.34 37.93 -
YUV 159.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 133 173 158 0.23 0 0.09 0.32 157.5 0.2 0.6
Hex 85 AD 9E 17 0 9 20 9E 14 3C
Octal 205 255 236 27 0 11 40 236 24 74
Binary 10000101 10101101 10011110 10111 0 1001 100000 10011110 10100 111100

Color Harmonies of #85AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD9E

Black with #85AD9E

Text Example


Text Example

White with #85AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,173,158); }

 H1.HeaderClassName
 {
   color: #85AD9E;
 }
 .AnyTagClassName
 {
   color: #85AD9E;
 }
</style>

background-color css

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

 a { background-color: rgb(133,173,158); }

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

border-color css

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

 span { border-color: rgb(133,173,158); }

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