Html Css Color HEX #86BCAC Sea Nymph

📋 copy color: '#86BCAC'

red 134 ◦ green 188 ◦ blue 172

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

Shades of Sea Nymph #86BCAC

Tints of Sea Nymph #86BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 27.13%
G = 38.06%
B = 34.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#86BCAC (or 0x86BCAC) is known color: Sea Nymph. HEX triplet: 86, BC and AC. RGB value is (134,188,172). Sum of RGB (Red+Green+Blue) = 134+188+172=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCAC is #794353. Grayscale: #AAAAAA. Windows color (decimal): -7947092 or 11320454. OLE color: 11320454.

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

Color convert

RGB 134 188 172 -
CMYK 0.29 0 0.09 0.26
HSL 162.22º 0.29% 0.63% -
HSV(B) 162.22º 0.29% 0.74% -
XYZ 35.26 44.01 45.67 -
YUV 170.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 134 188 172 0.29 0 0.09 0.26 162.22 0.29 0.63
Hex 86 BC AC 1D 0 9 1A A2 1D 3F
Octal 206 274 254 35 0 11 32 242 35 77
Binary 10000110 10111100 10101100 11101 0 1001 11010 10100010 11101 111111

Color Harmonies of #86BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCAC

Black with #86BCAC

Text Example


Text Example

White with #86BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,172); }

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

background-color css

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

 a { background-color: rgb(134,188,172); }

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

border-color css

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

 span { border-color: rgb(134,188,172); }

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