Html Css Color HEX #86B6A2 Sea Nymph

📋 copy color: '#86B6A2'

red 134 ◦ green 182 ◦ blue 162

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

Shades of Sea Nymph #86B6A2

Tints of Sea Nymph #86B6A2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

 BLUE value IS 162 (63.67% from 255) = 33.89%

R = 28.03%
G = 38.08%
B = 33.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#86B6A2 (or 0x86B6A2) is known color: Sea Nymph. HEX triplet: 86, B6 and A2. RGB value is (134,182,162). Sum of RGB (Red+Green+Blue) = 134+182+162=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #86B6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B6A2 is #79495D. Grayscale: #A5A5A5. Windows color (decimal): -7948638 or 10663558. OLE color: 10663558.

HSL color Cylindrical-coordinate representation of color #86B6A2: hue angle of 155º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B6A2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 162 -
CMYK 0.26 0 0.11 0.29
HSL 155º 0.25% 0.62% -
HSV(B) 155º 0.26% 0.71% -
XYZ 33.08 41.13 40.38 -
YUV 165.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 134 182 162 0.26 0 0.11 0.29 155 0.25 0.62
Hex 86 B6 A2 1A 0 B 1D 9B 19 3E
Octal 206 266 242 32 0 13 35 233 31 76
Binary 10000110 10110110 10100010 11010 0 1011 11101 10011011 11001 111110

Color Harmonies of #86B6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B6A2

Black with #86B6A2

Text Example


Text Example

White with #86B6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,162); }

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

background-color css

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

 a { background-color: rgb(134,182,162); }

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

border-color css

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

 span { border-color: rgb(134,182,162); }

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