Html Css Color HEX #8EB8AC Sea Nymph

📋 copy color: '#8EB8AC'

red 142 ◦ green 184 ◦ blue 172

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

Shades of Sea Nymph #8EB8AC

Tints of Sea Nymph #8EB8AC

RGB

 RED value IS 142 (55.86% from 255) = 28.51%

 GREEN value IS 184 (72.27% from 255) = 36.95%

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 28.51%
G = 36.95%
B = 34.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#8EB8AC (or 0x8EB8AC) is known color: Sea Nymph. HEX triplet: 8E, B8 and AC. RGB value is (142,184,172). Sum of RGB (Red+Green+Blue) = 142+184+172=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB8AC is #714753. Grayscale: #AAAAAA. Windows color (decimal): -7423828 or 11319438. OLE color: 11319438.

HSL color Cylindrical-coordinate representation of color #8EB8AC: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EB8AC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 142 184 172 -
CMYK 0.23 0 0.07 0.28
HSL 162.86º 0.23% 0.64% -
HSV(B) 162.86º 0.23% 0.72% -
XYZ 35.74 43.01 45.45 -
YUV 170.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 142 184 172 0.23 0 0.07 0.28 162.86 0.23 0.64
Hex 8E B8 AC 17 0 7 1C A3 17 40
Octal 216 270 254 27 0 7 34 243 27 100
Binary 10001110 10111000 10101100 10111 0 111 11100 10100011 10111 1000000

Color Harmonies of #8EB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB8AC

Black with #8EB8AC

Text Example


Text Example

White with #8EB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EB8AC; }

 p { color: rgb(142,184,172); }

 H1.HeaderClassName
 {
   color: #8EB8AC;
 }
 .AnyTagClassName
 {
   color: #8EB8AC;
 }
</style>

background-color css

<style>
 a { background-color: #8EB8AC; }

 a { background-color: rgb(142,184,172); }

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

border-color css

<style>
 span { border-color: #8EB8AC; }

 span { border-color: rgb(142,184,172); }

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