Html Css Color HEX #86B4AB Sea Nymph

📋 copy color: '#86B4AB'

red 134 ◦ green 180 ◦ blue 171

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

Shades of Sea Nymph #86B4AB

Tints of Sea Nymph #86B4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 27.63%
G = 37.11%
B = 35.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#86B4AB (or 0x86B4AB) is known color: Sea Nymph. HEX triplet: 86, B4 and AB. RGB value is (134,180,171). Sum of RGB (Red+Green+Blue) = 134+180+171=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4AB is #794B54. Grayscale: #A5A5A5. Windows color (decimal): -7949141 or 11252870. OLE color: 11252870.

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

Color convert

RGB 134 180 171 -
CMYK 0.26 0 0.05 0.29
HSL 168.26º 0.23% 0.62% -
HSV(B) 168.26º 0.26% 0.71% -
XYZ 33.5 40.65 44.61 -
YUV 165.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 134 180 171 0.26 0 0.05 0.29 168.26 0.23 0.62
Hex 86 B4 AB 1A 0 5 1D A8 17 3E
Octal 206 264 253 32 0 5 35 250 27 76
Binary 10000110 10110100 10101011 11010 0 101 11101 10101000 10111 111110

Color Harmonies of #86B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B4AB

Black with #86B4AB

Text Example


Text Example

White with #86B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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