Html Css Color HEX #8ABDAA Sea Nymph

📋 copy color: '#8ABDAA'

red 138 ◦ green 189 ◦ blue 170

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

Shades of Sea Nymph #8ABDAA

Tints of Sea Nymph #8ABDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 27.77%
G = 38.03%
B = 34.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#8ABDAA (or 0x8ABDAA) is known color: Sea Nymph. HEX triplet: 8A, BD and AA. RGB value is (138,189,170). Sum of RGB (Red+Green+Blue) = 138+189+170=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDAA is #754255. Grayscale: #ABABAB. Windows color (decimal): -7684694 or 11189642. OLE color: 11189642.

HSL color Cylindrical-coordinate representation of color #8ABDAA: hue angle of 157.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDAA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 189 170 -
CMYK 0.27 0 0.10 0.26
HSL 157.65º 0.28% 0.64% -
HSV(B) 157.65º 0.27% 0.74% -
XYZ 35.93 44.7 44.76 -
YUV 171.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 138 189 170 0.27 0 0.10 0.26 157.65 0.28 0.64
Hex 8A BD AA 1B 0 A 1A 9E 1C 40
Octal 212 275 252 33 0 12 32 236 34 100
Binary 10001010 10111101 10101010 11011 0 1010 11010 10011110 11100 1000000

Color Harmonies of #8ABDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDAA

Black with #8ABDAA

Text Example


Text Example

White with #8ABDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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