Html Css Color HEX #86AF9F Sea Nymph

📋 copy color: '#86AF9F'

red 134 ◦ green 175 ◦ blue 159

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

Shades of Sea Nymph #86AF9F

Tints of Sea Nymph #86AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.39%

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 28.63%
G = 37.39%
B = 33.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#86AF9F (or 0x86AF9F) is known color: Sea Nymph. HEX triplet: 86, AF and 9F. RGB value is (134,175,159). Sum of RGB (Red+Green+Blue) = 134+175+159=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF9F is #795060. Grayscale: #A0A0A0. Windows color (decimal): -7950433 or 10465158. OLE color: 10465158.

HSL color Cylindrical-coordinate representation of color #86AF9F: hue angle of 156.59º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AF9F is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 159 -
CMYK 0.23 0 0.09 0.31
HSL 156.59º 0.2% 0.61% -
HSV(B) 156.59º 0.23% 0.69% -
XYZ 31.42 38.23 38.52 -
YUV 160.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 134 175 159 0.23 0 0.09 0.31 156.59 0.2 0.61
Hex 86 AF 9F 17 0 9 1F 9D 14 3D
Octal 206 257 237 27 0 11 37 235 24 75
Binary 10000110 10101111 10011111 10111 0 1001 11111 10011101 10100 111101

Color Harmonies of #86AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF9F

Black with #86AF9F

Text Example


Text Example

White with #86AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,159); }

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

background-color css

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

 a { background-color: rgb(134,175,159); }

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

border-color css

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

 span { border-color: rgb(134,175,159); }

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