Html Css Color HEX #86BBAD Sea Nymph

📋 copy color: '#86BBAD'

red 134 ◦ green 187 ◦ blue 173

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

Shades of Sea Nymph #86BBAD

Tints of Sea Nymph #86BBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

 BLUE value IS 173 (67.97% from 255) = 35.02%

R = 27.13%
G = 37.85%
B = 35.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#86BBAD (or 0x86BBAD) is known color: Sea Nymph. HEX triplet: 86, BB and AD. RGB value is (134,187,173). Sum of RGB (Red+Green+Blue) = 134+187+173=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBAD is #794452. Grayscale: #A9A9A9. Windows color (decimal): -7947347 or 11385734. OLE color: 11385734.

HSL color Cylindrical-coordinate representation of color #86BBAD: hue angle of 164.15º degrees, saturation: 0.28, 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 #86BBAD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 173 -
CMYK 0.28 0 0.07 0.27
HSL 164.15º 0.28% 0.63% -
HSV(B) 164.15º 0.28% 0.73% -
XYZ 35.14 43.63 46.1 -
YUV 169.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 134 187 173 0.28 0 0.07 0.27 164.15 0.28 0.63
Hex 86 BB AD 1C 0 7 1B A4 1C 3F
Octal 206 273 255 34 0 7 33 244 34 77
Binary 10000110 10111011 10101101 11100 0 111 11011 10100100 11100 111111

Color Harmonies of #86BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBAD

Black with #86BBAD

Text Example


Text Example

White with #86BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,187,173); }

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

background-color css

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

 a { background-color: rgb(134,187,173); }

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

border-color css

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

 span { border-color: rgb(134,187,173); }

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