Html Css Color HEX #89A19F Submarine

📋 copy color: '#89A19F'

red 137 ◦ green 161 ◦ blue 159

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

Shades of Submarine #89A19F

Tints of Submarine #89A19F

RGB

 RED value IS 137 (53.91% from 255) = 29.98%

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 29.98%
G = 35.23%
B = 34.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#89A19F (or 0x89A19F) is known color: Submarine. HEX triplet: 89, A1 and 9F. RGB value is (137,161,159). Sum of RGB (Red+Green+Blue) = 137+161+159=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #89A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A19F is #765E60. Grayscale: #999999. Windows color (decimal): -7757409 or 10461577. OLE color: 10461577.

HSL color Cylindrical-coordinate representation of color #89A19F: hue angle of 175º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A19F is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 161 159 -
CMYK 0.15 0 0.01 0.37
HSL 175º 0.11% 0.58% -
HSV(B) 175º 0.15% 0.63% -
XYZ 29.32 33.31 37.69 -
YUV 153.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 137 161 159 0.15 0 0.01 0.37 175 0.11 0.58
Hex 89 A1 9F F 0 1 25 AF B 3A
Octal 211 241 237 17 0 1 45 257 13 72
Binary 10001001 10100001 10011111 1111 0 1 100101 10101111 1011 111010

Color Harmonies of #89A19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A19F

Black with #89A19F

Text Example


Text Example

White with #89A19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A19F; }

 p { color: rgb(137,161,159); }

 H1.HeaderClassName
 {
   color: #89A19F;
 }
 .AnyTagClassName
 {
   color: #89A19F;
 }
</style>

background-color css

<style>
 a { background-color: #89A19F; }

 a { background-color: rgb(137,161,159); }

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

border-color css

<style>
 span { border-color: #89A19F; }

 span { border-color: rgb(137,161,159); }

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