Html Css Color HEX #86BCA8 Sea Nymph

📋 copy color: '#86BCA8'

red 134 ◦ green 188 ◦ blue 168

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

Shades of Sea Nymph #86BCA8

Tints of Sea Nymph #86BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 27.35%
G = 38.37%
B = 34.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#86BCA8 (or 0x86BCA8) is known color: Sea Nymph. HEX triplet: 86, BC and A8. RGB value is (134,188,168). Sum of RGB (Red+Green+Blue) = 134+188+168=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCA8 is #794357. Grayscale: #A9A9A9. Windows color (decimal): -7947096 or 11058310. OLE color: 11058310.

HSL color Cylindrical-coordinate representation of color #86BCA8: hue angle of 157.78º 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 #86BCA8 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 168 -
CMYK 0.29 0 0.11 0.26
HSL 157.78º 0.29% 0.63% -
HSV(B) 157.78º 0.29% 0.74% -
XYZ 34.88 43.86 43.67 -
YUV 169.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 134 188 168 0.29 0 0.11 0.26 157.78 0.29 0.63
Hex 86 BC A8 1D 0 B 1A 9E 1D 3F
Octal 206 274 250 35 0 13 32 236 35 77
Binary 10000110 10111100 10101000 11101 0 1011 11010 10011110 11101 111111

Color Harmonies of #86BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCA8

Black with #86BCA8

Text Example


Text Example

White with #86BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,168); }

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

background-color css

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

 a { background-color: rgb(134,188,168); }

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

border-color css

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

 span { border-color: rgb(134,188,168); }

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