Html Css Color HEX #86B4AD Sea Nymph

📋 copy color: '#86B4AD'

red 134 ◦ green 180 ◦ blue 173

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

Shades of Sea Nymph #86B4AD

Tints of Sea Nymph #86B4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.96%

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

R = 27.52%
G = 36.96%
B = 35.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#86B4AD (or 0x86B4AD) is known color: Sea Nymph. HEX triplet: 86, B4 and AD. RGB value is (134,180,173). Sum of RGB (Red+Green+Blue) = 134+180+173=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4AD is #794B52. Grayscale: #A5A5A5. Windows color (decimal): -7949139 or 11383942. OLE color: 11383942.

HSL color Cylindrical-coordinate representation of color #86B4AD: hue angle of 170.87º degrees, saturation: 0.23, 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 #86B4AD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 173 -
CMYK 0.26 0 0.04 0.29
HSL 170.87º 0.23% 0.62% -
HSV(B) 170.87º 0.26% 0.71% -
XYZ 33.7 40.73 45.62 -
YUV 165.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 134 180 173 0.26 0 0.04 0.29 170.87 0.23 0.62
Hex 86 B4 AD 1A 0 4 1D AB 17 3E
Octal 206 264 255 32 0 4 35 253 27 76
Binary 10000110 10110100 10101101 11010 0 100 11101 10101011 10111 111110

Color Harmonies of #86B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B4AD

Black with #86B4AD

Text Example


Text Example

White with #86B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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