Html Css Color HEX #86B7AC Sea Nymph

📋 copy color: '#86B7AC'

red 134 ◦ green 183 ◦ blue 172

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

Shades of Sea Nymph #86B7AC

Tints of Sea Nymph #86B7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 27.4%
G = 37.42%
B = 35.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#86B7AC (or 0x86B7AC) is known color: Sea Nymph. HEX triplet: 86, B7 and AC. RGB value is (134,183,172). Sum of RGB (Red+Green+Blue) = 134+183+172=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #86B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B7AC is #794853. Grayscale: #A7A7A7. Windows color (decimal): -7948372 or 11319174. OLE color: 11319174.

HSL color Cylindrical-coordinate representation of color #86B7AC: hue angle of 166.53º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B7AC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 183 172 -
CMYK 0.27 0 0.06 0.28
HSL 166.53º 0.25% 0.62% -
HSV(B) 166.53º 0.27% 0.72% -
XYZ 34.21 41.91 45.32 -
YUV 167.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 134 183 172 0.27 0 0.06 0.28 166.53 0.25 0.62
Hex 86 B7 AC 1B 0 6 1C A7 19 3E
Octal 206 267 254 33 0 6 34 247 31 76
Binary 10000110 10110111 10101100 11011 0 110 11100 10100111 11001 111110

Color Harmonies of #86B7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B7AC

Black with #86B7AC

Text Example


Text Example

White with #86B7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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