Html Css Color HEX #8EADA5 Sea Nymph

📋 copy color: '#8EADA5'

red 142 ◦ green 173 ◦ blue 165

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

Shades of Sea Nymph #8EADA5

Tints of Sea Nymph #8EADA5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

 BLUE value IS 165 (64.84% from 255) = 34.38%

R = 29.58%
G = 36.04%
B = 34.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#8EADA5 (or 0x8EADA5) is known color: Sea Nymph. HEX triplet: 8E, AD and A5. RGB value is (142,173,165). Sum of RGB (Red+Green+Blue) = 142+173+165=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #8EADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADA5 is #71525A. Grayscale: #A2A2A2. Windows color (decimal): -7426651 or 10857870. OLE color: 10857870.

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

Color convert

RGB 142 173 165 -
CMYK 0.18 0 0.05 0.32
HSL 164.52º 0.16% 0.62% -
HSV(B) 164.52º 0.18% 0.68% -
XYZ 32.89 38.35 41.27 -
YUV 162.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 142 173 165 0.18 0 0.05 0.32 164.52 0.16 0.62
Hex 8E AD A5 12 0 5 20 A5 10 3E
Octal 216 255 245 22 0 5 40 245 20 76
Binary 10001110 10101101 10100101 10010 0 101 100000 10100101 10000 111110

Color Harmonies of #8EADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADA5

Black with #8EADA5

Text Example


Text Example

White with #8EADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,173,165); }

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

background-color css

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

 a { background-color: rgb(142,173,165); }

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

border-color css

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

 span { border-color: rgb(142,173,165); }

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