Html Css Color HEX #86BFA6 Sea Nymph

📋 copy color: '#86BFA6'

red 134 ◦ green 191 ◦ blue 166

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

Shades of Sea Nymph #86BFA6

Tints of Sea Nymph #86BFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 27.29%
G = 38.9%
B = 33.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#86BFA6 (or 0x86BFA6) is known color: Sea Nymph. HEX triplet: 86, BF and A6. RGB value is (134,191,166). Sum of RGB (Red+Green+Blue) = 134+191+166=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #86BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BFA6 is #794059. Grayscale: #ABABAB. Windows color (decimal): -7946330 or 10928006. OLE color: 10928006.

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

Color convert

RGB 134 191 166 -
CMYK 0.30 0 0.13 0.25
HSL 153.68º 0.31% 0.64% -
HSV(B) 153.68º 0.3% 0.75% -
XYZ 35.35 45.08 42.92 -
YUV 171.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 134 191 166 0.30 0 0.13 0.25 153.68 0.31 0.64
Hex 86 BF A6 1E 0 D 19 9A 1F 40
Octal 206 277 246 36 0 15 31 232 37 100
Binary 10000110 10111111 10100110 11110 0 1101 11001 10011010 11111 1000000

Color Harmonies of #86BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFA6

Black with #86BFA6

Text Example


Text Example

White with #86BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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