Html Css Color HEX #8DAEA2 Sea Nymph

📋 copy color: '#8DAEA2'

red 141 ◦ green 174 ◦ blue 162

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

Shades of Sea Nymph #8DAEA2

Tints of Sea Nymph #8DAEA2

RGB

 RED value IS 141 (55.47% from 255) = 29.56%

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

 BLUE value IS 162 (63.67% from 255) = 33.96%

R = 29.56%
G = 36.48%
B = 33.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#8DAEA2 (or 0x8DAEA2) is known color: Sea Nymph. HEX triplet: 8D, AE and A2. RGB value is (141,174,162). Sum of RGB (Red+Green+Blue) = 141+174+162=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEA2 is #72515D. Grayscale: #A2A2A2. Windows color (decimal): -7491934 or 10661517. OLE color: 10661517.

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

Color convert

RGB 141 174 162 -
CMYK 0.19 0 0.07 0.32
HSL 158.18º 0.17% 0.62% -
HSV(B) 158.18º 0.19% 0.68% -
XYZ 32.64 38.54 39.9 -
YUV 162.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 141 174 162 0.19 0 0.07 0.32 158.18 0.17 0.62
Hex 8D AE A2 13 0 7 20 9E 11 3E
Octal 215 256 242 23 0 7 40 236 21 76
Binary 10001101 10101110 10100010 10011 0 111 100000 10011110 10001 111110

Color Harmonies of #8DAEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEA2

Black with #8DAEA2

Text Example


Text Example

White with #8DAEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,162); }

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

background-color css

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

 a { background-color: rgb(141,174,162); }

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

border-color css

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

 span { border-color: rgb(141,174,162); }

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