Html Css Color HEX #85B6AB Sea Nymph

📋 copy color: '#85B6AB'

red 133 ◦ green 182 ◦ blue 171

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

Shades of Sea Nymph #85B6AB

Tints of Sea Nymph #85B6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

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

R = 27.37%
G = 37.45%
B = 35.19%

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

#85B6AB (or 0x85B6AB) is known color: Sea Nymph. HEX triplet: 85, B6 and AB. RGB value is (133,182,171). Sum of RGB (Red+Green+Blue) = 133+182+171=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #85B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B6AB is #7A4954. Grayscale: #A6A6A6. Windows color (decimal): -8014165 or 11253381. OLE color: 11253381.

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

Color convert

RGB 133 182 171 -
CMYK 0.27 0 0.06 0.29
HSL 166.53º 0.25% 0.62% -
HSV(B) 166.53º 0.27% 0.71% -
XYZ 33.75 41.38 44.74 -
YUV 166.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 133 182 171 0.27 0 0.06 0.29 166.53 0.25 0.62
Hex 85 B6 AB 1B 0 6 1D A7 19 3E
Octal 205 266 253 33 0 6 35 247 31 76
Binary 10000101 10110110 10101011 11011 0 110 11101 10100111 11001 111110

Color Harmonies of #85B6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B6AB

Black with #85B6AB

Text Example


Text Example

White with #85B6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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