Html Css Color HEX #86BFAA Sea Nymph

📋 copy color: '#86BFAA'

red 134 ◦ green 191 ◦ blue 170

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

Shades of Sea Nymph #86BFAA

Tints of Sea Nymph #86BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 27.07%
G = 38.59%
B = 34.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#86BFAA (or 0x86BFAA) is known color: Sea Nymph. HEX triplet: 86, BF and AA. RGB value is (134,191,170). Sum of RGB (Red+Green+Blue) = 134+191+170=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #86BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BFAA is #794055. Grayscale: #ABABAB. Windows color (decimal): -7946326 or 11190150. OLE color: 11190150.

HSL color Cylindrical-coordinate representation of color #86BFAA: hue angle of 157.89º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BFAA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 191 170 -
CMYK 0.30 0 0.11 0.25
HSL 157.89º 0.31% 0.64% -
HSV(B) 157.89º 0.3% 0.75% -
XYZ 35.72 45.23 44.88 -
YUV 171.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 134 191 170 0.30 0 0.11 0.25 157.89 0.31 0.64
Hex 86 BF AA 1E 0 B 19 9E 1F 40
Octal 206 277 252 36 0 13 31 236 37 100
Binary 10000110 10111111 10101010 11110 0 1011 11001 10011110 11111 1000000

Color Harmonies of #86BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFAA

Black with #86BFAA

Text Example


Text Example

White with #86BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,191,170); }

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

background-color css

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

 a { background-color: rgb(134,191,170); }

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

border-color css

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

 span { border-color: rgb(134,191,170); }

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