Html Css Color HEX #8EAEA1 Sea Nymph

📋 copy color: '#8EAEA1'

red 142 ◦ green 174 ◦ blue 161

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

Shades of Sea Nymph #8EAEA1

Tints of Sea Nymph #8EAEA1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 29.77%
G = 36.48%
B = 33.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#8EAEA1 (or 0x8EAEA1) is known color: Sea Nymph. HEX triplet: 8E, AE and A1. RGB value is (142,174,161). Sum of RGB (Red+Green+Blue) = 142+174+161=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAEA1 is #71515E. Grayscale: #A2A2A2. Windows color (decimal): -7426399 or 10595982. OLE color: 10595982.

HSL color Cylindrical-coordinate representation of color #8EAEA1: hue angle of 155.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAEA1 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 174 161 -
CMYK 0.18 0 0.07 0.32
HSL 155.63º 0.16% 0.62% -
HSV(B) 155.63º 0.18% 0.68% -
XYZ 32.72 38.6 39.44 -
YUV 162.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 142 174 161 0.18 0 0.07 0.32 155.63 0.16 0.62
Hex 8E AE A1 12 0 7 20 9C 10 3E
Octal 216 256 241 22 0 7 40 234 20 76
Binary 10001110 10101110 10100001 10010 0 111 100000 10011100 10000 111110

Color Harmonies of #8EAEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAEA1

Black with #8EAEA1

Text Example


Text Example

White with #8EAEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,161); }

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

background-color css

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

 a { background-color: rgb(142,174,161); }

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

border-color css

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

 span { border-color: rgb(142,174,161); }

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