Html Css Color HEX #86BDA6 Sea Nymph

📋 copy color: '#86BDA6'

red 134 ◦ green 189 ◦ blue 166

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

Shades of Sea Nymph #86BDA6

Tints of Sea Nymph #86BDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

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

R = 27.4%
G = 38.65%
B = 33.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#86BDA6 (or 0x86BDA6) is known color: Sea Nymph. HEX triplet: 86, BD and A6. RGB value is (134,189,166). Sum of RGB (Red+Green+Blue) = 134+189+166=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BDA6 is #794259. Grayscale: #A9A9A9. Windows color (decimal): -7946842 or 10927494. OLE color: 10927494.

HSL color Cylindrical-coordinate representation of color #86BDA6: hue angle of 154.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BDA6 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 166 -
CMYK 0.29 0 0.12 0.26
HSL 154.91º 0.29% 0.63% -
HSV(B) 154.91º 0.29% 0.74% -
XYZ 34.91 44.22 42.77 -
YUV 169.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 134 189 166 0.29 0 0.12 0.26 154.91 0.29 0.63
Hex 86 BD A6 1D 0 C 1A 9B 1D 3F
Octal 206 275 246 35 0 14 32 233 35 77
Binary 10000110 10111101 10100110 11101 0 1100 11010 10011011 11101 111111

Color Harmonies of #86BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BDA6

Black with #86BDA6

Text Example


Text Example

White with #86BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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