Html Css Color HEX #8EAEA8 Sea Nymph

📋 copy color: '#8EAEA8'

red 142 ◦ green 174 ◦ blue 168

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

Shades of Sea Nymph #8EAEA8

Tints of Sea Nymph #8EAEA8

RGB

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

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

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

R = 29.34%
G = 35.95%
B = 34.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#8EAEA8 (or 0x8EAEA8) is known color: Sea Nymph. HEX triplet: 8E, AE and A8. RGB value is (142,174,168). Sum of RGB (Red+Green+Blue) = 142+174+168=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAEA8 is #715157. Grayscale: #A3A3A3. Windows color (decimal): -7426392 or 11054734. OLE color: 11054734.

HSL color Cylindrical-coordinate representation of color #8EAEA8: hue angle of 168.75º 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 #8EAEA8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 174 168 -
CMYK 0.18 0 0.03 0.32
HSL 168.75º 0.16% 0.62% -
HSV(B) 168.75º 0.18% 0.68% -
XYZ 33.36 38.85 42.79 -
YUV 163.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 142 174 168 0.18 0 0.03 0.32 168.75 0.16 0.62
Hex 8E AE A8 12 0 3 20 A9 10 3E
Octal 216 256 250 22 0 3 40 251 20 76
Binary 10001110 10101110 10101000 10010 0 11 100000 10101001 10000 111110

Color Harmonies of #8EAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAEA8

Black with #8EAEA8

Text Example


Text Example

White with #8EAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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