Html Css Color HEX #8ABFAC Sea Nymph

📋 copy color: '#8ABFAC'

red 138 ◦ green 191 ◦ blue 172

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

Shades of Sea Nymph #8ABFAC

Tints of Sea Nymph #8ABFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 38.12%

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

R = 27.54%
G = 38.12%
B = 34.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#8ABFAC (or 0x8ABFAC) is known color: Sea Nymph. HEX triplet: 8A, BF and AC. RGB value is (138,191,172). Sum of RGB (Red+Green+Blue) = 138+191+172=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABFAC is #754053. Grayscale: #ADADAD. Windows color (decimal): -7684180 or 11321226. OLE color: 11321226.

HSL color Cylindrical-coordinate representation of color #8ABFAC: hue angle of 158.49º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABFAC is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 191 172 -
CMYK 0.28 0 0.10 0.25
HSL 158.49º 0.29% 0.65% -
HSV(B) 158.49º 0.28% 0.75% -
XYZ 36.56 45.64 45.91 -
YUV 172.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 138 191 172 0.28 0 0.10 0.25 158.49 0.29 0.65
Hex 8A BF AC 1C 0 A 19 9E 1D 41
Octal 212 277 254 34 0 12 31 236 35 101
Binary 10001010 10111111 10101100 11100 0 1010 11001 10011110 11101 1000001

Color Harmonies of #8ABFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFAC

Black with #8ABFAC

Text Example


Text Example

White with #8ABFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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