Html Css Color HEX #8AACA1 Sea Nymph

📋 copy color: '#8AACA1'

red 138 ◦ green 172 ◦ blue 161

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

Shades of Sea Nymph #8AACA1

Tints of Sea Nymph #8AACA1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

 BLUE value IS 161 (63.28% from 255) = 34.18%

R = 29.3%
G = 36.52%
B = 34.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#8AACA1 (or 0x8AACA1) is known color: Sea Nymph. HEX triplet: 8A, AC and A1. RGB value is (138,172,161). Sum of RGB (Red+Green+Blue) = 138+172+161=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #8AACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AACA1 is #75535E. Grayscale: #A0A0A0. Windows color (decimal): -7689055 or 10595466. OLE color: 10595466.

HSL color Cylindrical-coordinate representation of color #8AACA1: hue angle of 160.59º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AACA1 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 172 161 -
CMYK 0.20 0 0.06 0.33
HSL 160.59º 0.17% 0.61% -
HSV(B) 160.59º 0.2% 0.67% -
XYZ 31.67 37.48 39.28 -
YUV 160.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 138 172 161 0.20 0 0.06 0.33 160.59 0.17 0.61
Hex 8A AC A1 14 0 6 21 A1 11 3D
Octal 212 254 241 24 0 6 41 241 21 75
Binary 10001010 10101100 10100001 10100 0 110 100001 10100001 10001 111101

Color Harmonies of #8AACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACA1

Black with #8AACA1

Text Example


Text Example

White with #8AACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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