Html Css Color HEX #8AA4A1 Submarine

📋 copy color: '#8AA4A1'

red 138 ◦ green 164 ◦ blue 161

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

Shades of Submarine #8AA4A1

Tints of Submarine #8AA4A1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

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

R = 29.81%
G = 35.42%
B = 34.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#8AA4A1 (or 0x8AA4A1) is known color: Submarine. HEX triplet: 8A, A4 and A1. RGB value is (138,164,161). Sum of RGB (Red+Green+Blue) = 138+164+161=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA4A1 is #755B5E. Grayscale: #9B9B9B. Windows color (decimal): -7691103 or 10593418. OLE color: 10593418.

HSL color Cylindrical-coordinate representation of color #8AA4A1: hue angle of 173.08º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA4A1 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 161 -
CMYK 0.16 0 0.02 0.36
HSL 173.08º 0.13% 0.59% -
HSV(B) 173.08º 0.16% 0.64% -
XYZ 30.19 34.53 38.79 -
YUV 155.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 138 164 161 0.16 0 0.02 0.36 173.08 0.13 0.59
Hex 8A A4 A1 10 0 2 24 AD C 3B
Octal 212 244 241 20 0 2 44 255 14 73
Binary 10001010 10100100 10100001 10000 0 10 100100 10101101 1100 111011

Color Harmonies of #8AA4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA4A1

Black with #8AA4A1

Text Example


Text Example

White with #8AA4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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