Html Css Color HEX #8ABCAC Sea Nymph

📋 copy color: '#8ABCAC'

red 138 ◦ green 188 ◦ blue 172

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

Shades of Sea Nymph #8ABCAC

Tints of Sea Nymph #8ABCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 27.71%
G = 37.75%
B = 34.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#8ABCAC (or 0x8ABCAC) is known color: Sea Nymph. HEX triplet: 8A, BC and AC. RGB value is (138,188,172). Sum of RGB (Red+Green+Blue) = 138+188+172=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCAC is #754353. Grayscale: #ABABAB. Windows color (decimal): -7684948 or 11320458. OLE color: 11320458.

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

Color convert

RGB 138 188 172 -
CMYK 0.27 0 0.09 0.26
HSL 160.8º 0.27% 0.64% -
HSV(B) 160.8º 0.27% 0.74% -
XYZ 35.91 44.35 45.7 -
YUV 171.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 138 188 172 0.27 0 0.09 0.26 160.8 0.27 0.64
Hex 8A BC AC 1B 0 9 1A A1 1B 40
Octal 212 274 254 33 0 11 32 241 33 100
Binary 10001010 10111100 10101100 11011 0 1001 11010 10100001 11011 1000000

Color Harmonies of #8ABCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCAC

Black with #8ABCAC

Text Example


Text Example

White with #8ABCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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