Html Css Color HEX #8AB4AC Sea Nymph

📋 copy color: '#8AB4AC'

red 138 ◦ green 180 ◦ blue 172

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

Shades of Sea Nymph #8AB4AC

Tints of Sea Nymph #8AB4AC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

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

R = 28.16%
G = 36.73%
B = 35.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#8AB4AC (or 0x8AB4AC) is known color: Sea Nymph. HEX triplet: 8A, B4 and AC. RGB value is (138,180,172). Sum of RGB (Red+Green+Blue) = 138+180+172=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB4AC is #754B53. Grayscale: #A6A6A6. Windows color (decimal): -7686996 or 11318410. OLE color: 11318410.

HSL color Cylindrical-coordinate representation of color #8AB4AC: hue angle of 168.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB4AC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 172 -
CMYK 0.23 0 0.04 0.29
HSL 168.57º 0.22% 0.62% -
HSV(B) 168.57º 0.23% 0.71% -
XYZ 34.25 41.02 45.14 -
YUV 166.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 138 180 172 0.23 0 0.04 0.29 168.57 0.22 0.62
Hex 8A B4 AC 17 0 4 1D A9 16 3E
Octal 212 264 254 27 0 4 35 251 26 76
Binary 10001010 10110100 10101100 10111 0 100 11101 10101001 10110 111110

Color Harmonies of #8AB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB4AC

Black with #8AB4AC

Text Example


Text Example

White with #8AB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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