Html Css Color HEX #86BAAA Sea Nymph

📋 copy color: '#86BAAA'

red 134 ◦ green 186 ◦ blue 170

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

Shades of Sea Nymph #86BAAA

Tints of Sea Nymph #86BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.96%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 27.35%
G = 37.96%
B = 34.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#86BAAA (or 0x86BAAA) is known color: Sea Nymph. HEX triplet: 86, BA and AA. RGB value is (134,186,170). Sum of RGB (Red+Green+Blue) = 134+186+170=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #86BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BAAA is #794555. Grayscale: #A8A8A8. Windows color (decimal): -7947606 or 11188870. OLE color: 11188870.

HSL color Cylindrical-coordinate representation of color #86BAAA: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BAAA is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 170 -
CMYK 0.28 0 0.09 0.27
HSL 161.54º 0.27% 0.63% -
HSV(B) 161.54º 0.28% 0.73% -
XYZ 34.65 43.09 44.52 -
YUV 168.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 134 186 170 0.28 0 0.09 0.27 161.54 0.27 0.63
Hex 86 BA AA 1C 0 9 1B A2 1B 3F
Octal 206 272 252 34 0 11 33 242 33 77
Binary 10000110 10111010 10101010 11100 0 1001 11011 10100010 11011 111111

Color Harmonies of #86BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BAAA

Black with #86BAAA

Text Example


Text Example

White with #86BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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