Html Css Color HEX #8ABCAA Sea Nymph

📋 copy color: '#8ABCAA'

red 138 ◦ green 188 ◦ blue 170

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

Shades of Sea Nymph #8ABCAA

Tints of Sea Nymph #8ABCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

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

R = 27.82%
G = 37.9%
B = 34.27%

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

#8ABCAA (or 0x8ABCAA) is known color: Sea Nymph. HEX triplet: 8A, BC and AA. RGB value is (138,188,170). Sum of RGB (Red+Green+Blue) = 138+188+170=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCAA is #754355. Grayscale: #ABABAB. Windows color (decimal): -7684950 or 11189386. OLE color: 11189386.

HSL color Cylindrical-coordinate representation of color #8ABCAA: hue angle of 158.4º degrees, saturation: 0.27, 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 #8ABCAA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 188 170 -
CMYK 0.27 0 0.10 0.26
HSL 158.4º 0.27% 0.64% -
HSV(B) 158.4º 0.27% 0.74% -
XYZ 35.72 44.27 44.69 -
YUV 171 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 138 188 170 0.27 0 0.10 0.26 158.4 0.27 0.64
Hex 8A BC AA 1B 0 A 1A 9E 1B 40
Octal 212 274 252 33 0 12 32 236 33 100
Binary 10001010 10111100 10101010 11011 0 1010 11010 10011110 11011 1000000

Color Harmonies of #8ABCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCAA

Black with #8ABCAA

Text Example


Text Example

White with #8ABCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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