Html Css Color HEX #85B9AD Sea Nymph

📋 copy color: '#85B9AD'

red 133 ◦ green 185 ◦ blue 173

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

Shades of Sea Nymph #85B9AD

Tints of Sea Nymph #85B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 27.09%
G = 37.68%
B = 35.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#85B9AD (or 0x85B9AD) is known color: Sea Nymph. HEX triplet: 85, B9 and AD. RGB value is (133,185,173). Sum of RGB (Red+Green+Blue) = 133+185+173=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #85B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B9AD is #7A4652. Grayscale: #A8A8A8. Windows color (decimal): -8013395 or 11385221. OLE color: 11385221.

HSL color Cylindrical-coordinate representation of color #85B9AD: hue angle of 166.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B9AD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 173 -
CMYK 0.28 0 0.06 0.27
HSL 166.15º 0.27% 0.62% -
HSV(B) 166.15º 0.28% 0.73% -
XYZ 34.56 42.7 45.96 -
YUV 168.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 133 185 173 0.28 0 0.06 0.27 166.15 0.27 0.62
Hex 85 B9 AD 1C 0 6 1B A6 1B 3E
Octal 205 271 255 34 0 6 33 246 33 76
Binary 10000101 10111001 10101101 11100 0 110 11011 10100110 11011 111110

Color Harmonies of #85B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B9AD

Black with #85B9AD

Text Example


Text Example

White with #85B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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