Html Css Color HEX #85ADA0 Sea Nymph

📋 copy color: '#85ADA0'

red 133 ◦ green 173 ◦ blue 160

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

Shades of Sea Nymph #85ADA0

Tints of Sea Nymph #85ADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 28.54%
G = 37.12%
B = 34.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#85ADA0 (or 0x85ADA0) is known color: Sea Nymph. HEX triplet: 85, AD and A0. RGB value is (133,173,160). Sum of RGB (Red+Green+Blue) = 133+173+160=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #85ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADA0 is #7A525F. Grayscale: #9F9F9F. Windows color (decimal): -8016480 or 10530181. OLE color: 10530181.

HSL color Cylindrical-coordinate representation of color #85ADA0: hue angle of 160.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 #85ADA0 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 160 -
CMYK 0.23 0 0.08 0.32
HSL 160.5º 0.2% 0.6% -
HSV(B) 160.5º 0.23% 0.68% -
XYZ 30.96 37.41 38.85 -
YUV 159.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 133 173 160 0.23 0 0.08 0.32 160.5 0.2 0.6
Hex 85 AD A0 17 0 8 20 A0 14 3C
Octal 205 255 240 27 0 10 40 240 24 74
Binary 10000101 10101101 10100000 10111 0 1000 100000 10100000 10100 111100

Color Harmonies of #85ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADA0

Black with #85ADA0

Text Example


Text Example

White with #85ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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