Html Css Color HEX #8EAFA1 Sea Nymph

📋 copy color: '#8EAFA1'

red 142 ◦ green 175 ◦ blue 161

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

Shades of Sea Nymph #8EAFA1

Tints of Sea Nymph #8EAFA1

RGB

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

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

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

R = 29.71%
G = 36.61%
B = 33.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#8EAFA1 (or 0x8EAFA1) is known color: Sea Nymph. HEX triplet: 8E, AF and A1. RGB value is (142,175,161). Sum of RGB (Red+Green+Blue) = 142+175+161=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFA1 is #71505E. Grayscale: #A3A3A3. Windows color (decimal): -7426143 or 10596238. OLE color: 10596238.

HSL color Cylindrical-coordinate representation of color #8EAFA1: hue angle of 154.55º 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 #8EAFA1 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 175 161 -
CMYK 0.19 0 0.08 0.31
HSL 154.55º 0.17% 0.62% -
HSV(B) 154.55º 0.19% 0.69% -
XYZ 32.92 38.98 39.51 -
YUV 163.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 142 175 161 0.19 0 0.08 0.31 154.55 0.17 0.62
Hex 8E AF A1 13 0 8 1F 9B 11 3E
Octal 216 257 241 23 0 10 37 233 21 76
Binary 10001110 10101111 10100001 10011 0 1000 11111 10011011 10001 111110

Color Harmonies of #8EAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFA1

Black with #8EAFA1

Text Example


Text Example

White with #8EAFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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