Html Css Color HEX #86BFA9 Sea Nymph

📋 copy color: '#86BFA9'

red 134 ◦ green 191 ◦ blue 169

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

Shades of Sea Nymph #86BFA9

Tints of Sea Nymph #86BFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.21%

R = 27.13%
G = 38.66%
B = 34.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#86BFA9 (or 0x86BFA9) is known color: Sea Nymph. HEX triplet: 86, BF and A9. RGB value is (134,191,169). Sum of RGB (Red+Green+Blue) = 134+191+169=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #86BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BFA9 is #794056. Grayscale: #ABABAB. Windows color (decimal): -7946327 or 11124614. OLE color: 11124614.

HSL color Cylindrical-coordinate representation of color #86BFA9: hue angle of 156.84º 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 #86BFA9 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 191 169 -
CMYK 0.30 0 0.12 0.25
HSL 156.84º 0.31% 0.64% -
HSV(B) 156.84º 0.3% 0.75% -
XYZ 35.62 45.19 44.38 -
YUV 171.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 134 191 169 0.30 0 0.12 0.25 156.84 0.31 0.64
Hex 86 BF A9 1E 0 C 19 9D 1F 40
Octal 206 277 251 36 0 14 31 235 37 100
Binary 10000110 10111111 10101001 11110 0 1100 11001 10011101 11111 1000000

Color Harmonies of #86BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFA9

Black with #86BFA9

Text Example


Text Example

White with #86BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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