Html Css Color HEX #8EA9A6 Sea Nymph

📋 copy color: '#8EA9A6'

red 142 ◦ green 169 ◦ blue 166

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

Shades of Sea Nymph #8EA9A6

Tints of Sea Nymph #8EA9A6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 29.77%
G = 35.43%
B = 34.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#8EA9A6 (or 0x8EA9A6) is known color: Sea Nymph. HEX triplet: 8E, A9 and A6. RGB value is (142,169,166). Sum of RGB (Red+Green+Blue) = 142+169+166=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9A6 is #715659. Grayscale: #A0A0A0. Windows color (decimal): -7427674 or 10922382. OLE color: 10922382.

HSL color Cylindrical-coordinate representation of color #8EA9A6: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA9A6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 169 166 -
CMYK 0.16 0 0.02 0.34
HSL 173.33º 0.14% 0.61% -
HSV(B) 173.33º 0.16% 0.66% -
XYZ 32.23 36.88 41.5 -
YUV 160.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 142 169 166 0.16 0 0.02 0.34 173.33 0.14 0.61
Hex 8E A9 A6 10 0 2 22 AD E 3D
Octal 216 251 246 20 0 2 42 255 16 75
Binary 10001110 10101001 10100110 10000 0 10 100010 10101101 1110 111101

Color Harmonies of #8EA9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA9A6

Black with #8EA9A6

Text Example


Text Example

White with #8EA9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,169,166); }

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

background-color css

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

 a { background-color: rgb(142,169,166); }

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

border-color css

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

 span { border-color: rgb(142,169,166); }

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