Html Css Color HEX #8DAEAA Sea Nymph

📋 copy color: '#8DAEAA'

red 141 ◦ green 174 ◦ blue 170

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

Shades of Sea Nymph #8DAEAA

Tints of Sea Nymph #8DAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 29.07%
G = 35.88%
B = 35.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#8DAEAA (or 0x8DAEAA) is known color: Sea Nymph. HEX triplet: 8D, AE and AA. RGB value is (141,174,170). Sum of RGB (Red+Green+Blue) = 141+174+170=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEAA is #725155. Grayscale: #A3A3A3. Windows color (decimal): -7491926 or 11185805. OLE color: 11185805.

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

Color convert

RGB 141 174 170 -
CMYK 0.19 0 0.02 0.32
HSL 172.73º 0.17% 0.62% -
HSV(B) 172.73º 0.19% 0.68% -
XYZ 33.38 38.84 43.77 -
YUV 163.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 141 174 170 0.19 0 0.02 0.32 172.73 0.17 0.62
Hex 8D AE AA 13 0 2 20 AD 11 3E
Octal 215 256 252 23 0 2 40 255 21 76
Binary 10001101 10101110 10101010 10011 0 10 100000 10101101 10001 111110

Color Harmonies of #8DAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEAA

Black with #8DAEAA

Text Example


Text Example

White with #8DAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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