Html Css Color HEX #8EACA4 Sea Nymph

📋 copy color: '#8EACA4'

red 142 ◦ green 172 ◦ blue 164

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

Shades of Sea Nymph #8EACA4

Tints of Sea Nymph #8EACA4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

 BLUE value IS 164 (64.45% from 255) = 34.31%

R = 29.71%
G = 35.98%
B = 34.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#8EACA4 (or 0x8EACA4) is known color: Sea Nymph. HEX triplet: 8E, AC and A4. RGB value is (142,172,164). Sum of RGB (Red+Green+Blue) = 142+172+164=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #8EACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACA4 is #71535B. Grayscale: #A2A2A2. Windows color (decimal): -7426908 or 10792078. OLE color: 10792078.

HSL color Cylindrical-coordinate representation of color #8EACA4: hue angle of 164º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EACA4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 172 164 -
CMYK 0.17 0 0.05 0.33
HSL 164º 0.15% 0.62% -
HSV(B) 164º 0.17% 0.67% -
XYZ 32.61 37.94 40.73 -
YUV 162.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 142 172 164 0.17 0 0.05 0.33 164 0.15 0.62
Hex 8E AC A4 11 0 5 21 A4 F 3E
Octal 216 254 244 21 0 5 41 244 17 76
Binary 10001110 10101100 10100100 10001 0 101 100001 10100100 1111 111110

Color Harmonies of #8EACA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACA4

Black with #8EACA4

Text Example


Text Example

White with #8EACA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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