Html Css Color HEX #86AAA1 Sea Nymph

📋 copy color: '#86AAA1'

red 134 ◦ green 170 ◦ blue 161

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

Shades of Sea Nymph #86AAA1

Tints of Sea Nymph #86AAA1

RGB

 RED value IS 134 (52.73% from 255) = 28.82%

 GREEN value IS 170 (66.8% from 255) = 36.56%

 BLUE value IS 161 (63.28% from 255) = 34.62%

R = 28.82%
G = 36.56%
B = 34.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#86AAA1 (or 0x86AAA1) is known color: Sea Nymph. HEX triplet: 86, AA and A1. RGB value is (134,170,161). Sum of RGB (Red+Green+Blue) = 134+170+161=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #86AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AAA1 is #79555E. Grayscale: #9E9E9E. Windows color (decimal): -7951711 or 10594950. OLE color: 10594950.

HSL color Cylindrical-coordinate representation of color #86AAA1: hue angle of 165º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AAA1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 161 -
CMYK 0.21 0 0.05 0.33
HSL 165º 0.17% 0.6% -
HSV(B) 165º 0.21% 0.67% -
XYZ 30.64 36.39 39.13 -
YUV 158.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 134 170 161 0.21 0 0.05 0.33 165 0.17 0.6
Hex 86 AA A1 15 0 5 21 A5 11 3C
Octal 206 252 241 25 0 5 41 245 21 74
Binary 10000110 10101010 10100001 10101 0 101 100001 10100101 10001 111100

Color Harmonies of #86AAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AAA1

Black with #86AAA1

Text Example


Text Example

White with #86AAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AAA1; }

 p { color: rgb(134,170,161); }

 H1.HeaderClassName
 {
   color: #86AAA1;
 }
 .AnyTagClassName
 {
   color: #86AAA1;
 }
</style>

background-color css

<style>
 a { background-color: #86AAA1; }

 a { background-color: rgb(134,170,161); }

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

border-color css

<style>
 span { border-color: #86AAA1; }

 span { border-color: rgb(134,170,161); }

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