Html Css Color HEX #85B5AD Sea Nymph

📋 copy color: '#85B5AD'

red 133 ◦ green 181 ◦ blue 173

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

Shades of Sea Nymph #85B5AD

Tints of Sea Nymph #85B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

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

R = 27.31%
G = 37.17%
B = 35.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#85B5AD (or 0x85B5AD) is known color: Sea Nymph. HEX triplet: 85, B5 and AD. RGB value is (133,181,173). Sum of RGB (Red+Green+Blue) = 133+181+173=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #85B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B5AD is #7A4A52. Grayscale: #A5A5A5. Windows color (decimal): -8014419 or 11384197. OLE color: 11384197.

HSL color Cylindrical-coordinate representation of color #85B5AD: hue angle of 170º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B5AD is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 173 -
CMYK 0.27 0 0.04 0.29
HSL 170º 0.24% 0.62% -
HSV(B) 170º 0.27% 0.71% -
XYZ 33.74 41.05 45.68 -
YUV 165.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 133 181 173 0.27 0 0.04 0.29 170 0.24 0.62
Hex 85 B5 AD 1B 0 4 1D AA 18 3E
Octal 205 265 255 33 0 4 35 252 30 76
Binary 10000101 10110101 10101101 11011 0 100 11101 10101010 11000 111110

Color Harmonies of #85B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B5AD

Black with #85B5AD

Text Example


Text Example

White with #85B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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