Html Css Color HEX #85B5AB Sea Nymph

📋 copy color: '#85B5AB'

red 133 ◦ green 181 ◦ blue 171

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

Shades of Sea Nymph #85B5AB

Tints of Sea Nymph #85B5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 27.42%
G = 37.32%
B = 35.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#85B5AB (or 0x85B5AB) is known color: Sea Nymph. HEX triplet: 85, B5 and AB. RGB value is (133,181,171). Sum of RGB (Red+Green+Blue) = 133+181+171=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #85B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B5AB is #7A4A54. Grayscale: #A5A5A5. Windows color (decimal): -8014421 or 11253125. OLE color: 11253125.

HSL color Cylindrical-coordinate representation of color #85B5AB: hue angle of 167.5º 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 #85B5AB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 171 -
CMYK 0.27 0 0.06 0.29
HSL 167.5º 0.24% 0.62% -
HSV(B) 167.5º 0.27% 0.71% -
XYZ 33.55 40.97 44.67 -
YUV 165.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 133 181 171 0.27 0 0.06 0.29 167.5 0.24 0.62
Hex 85 B5 AB 1B 0 6 1D A8 18 3E
Octal 205 265 253 33 0 6 35 250 30 76
Binary 10000101 10110101 10101011 11011 0 110 11101 10101000 11000 111110

Color Harmonies of #85B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B5AB

Black with #85B5AB

Text Example


Text Example

White with #85B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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