Html Css Color HEX #8EAFA7 Sea Nymph

📋 copy color: '#8EAFA7'

red 142 ◦ green 175 ◦ blue 167

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

Shades of Sea Nymph #8EAFA7

Tints of Sea Nymph #8EAFA7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

 BLUE value IS 167 (65.63% from 255) = 34.5%

R = 29.34%
G = 36.16%
B = 34.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#8EAFA7 (or 0x8EAFA7) is known color: Sea Nymph. HEX triplet: 8E, AF and A7. RGB value is (142,175,167). Sum of RGB (Red+Green+Blue) = 142+175+167=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFA7 is #715058. Grayscale: #A4A4A4. Windows color (decimal): -7426137 or 10989454. OLE color: 10989454.

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

Color convert

RGB 142 175 167 -
CMYK 0.19 0 0.05 0.31
HSL 165.45º 0.17% 0.62% -
HSV(B) 165.45º 0.19% 0.69% -
XYZ 33.46 39.2 42.36 -
YUV 164.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 142 175 167 0.19 0 0.05 0.31 165.45 0.17 0.62
Hex 8E AF A7 13 0 5 1F A5 11 3E
Octal 216 257 247 23 0 5 37 245 21 76
Binary 10001110 10101111 10100111 10011 0 101 11111 10100101 10001 111110

Color Harmonies of #8EAFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFA7

Black with #8EAFA7

Text Example


Text Example

White with #8EAFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,175,167); }

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

background-color css

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

 a { background-color: rgb(142,175,167); }

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

border-color css

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

 span { border-color: rgb(142,175,167); }

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