Html Css Color HEX #8AAEAA Sea Nymph

📋 copy color: '#8AAEAA'

red 138 ◦ green 174 ◦ blue 170

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

Shades of Sea Nymph #8AAEAA

Tints of Sea Nymph #8AAEAA

RGB

 RED value IS 138 (54.3% from 255) = 28.63%

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

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

R = 28.63%
G = 36.1%
B = 35.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#8AAEAA (or 0x8AAEAA) is known color: Sea Nymph. HEX triplet: 8A, AE and AA. RGB value is (138,174,170). Sum of RGB (Red+Green+Blue) = 138+174+170=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEAA is #755155. Grayscale: #A2A2A2. Windows color (decimal): -7688534 or 11185802. OLE color: 11185802.

HSL color Cylindrical-coordinate representation of color #8AAEAA: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAEAA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 170 -
CMYK 0.21 0 0.02 0.32
HSL 173.33º 0.18% 0.61% -
HSV(B) 173.33º 0.21% 0.68% -
XYZ 32.87 38.58 43.74 -
YUV 162.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 138 174 170 0.21 0 0.02 0.32 173.33 0.18 0.61
Hex 8A AE AA 15 0 2 20 AD 12 3D
Octal 212 256 252 25 0 2 40 255 22 75
Binary 10001010 10101110 10101010 10101 0 10 100000 10101101 10010 111101

Color Harmonies of #8AAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEAA

Black with #8AAEAA

Text Example


Text Example

White with #8AAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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