Html Css Color HEX #89A19E Submarine

📋 copy color: '#89A19E'

red 137 ◦ green 161 ◦ blue 158

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

Shades of Submarine #89A19E

Tints of Submarine #89A19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 30.04%
G = 35.31%
B = 34.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#89A19E (or 0x89A19E) is known color: Submarine. HEX triplet: 89, A1 and 9E. RGB value is (137,161,158). Sum of RGB (Red+Green+Blue) = 137+161+158=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #89A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A19E is #765E61. Grayscale: #999999. Windows color (decimal): -7757410 or 10396041. OLE color: 10396041.

HSL color Cylindrical-coordinate representation of color #89A19E: hue angle of 172.5º 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 #89A19E is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 161 158 -
CMYK 0.15 0 0.02 0.37
HSL 172.5º 0.11% 0.58% -
HSV(B) 172.5º 0.15% 0.63% -
XYZ 29.23 33.28 37.23 -
YUV 153.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 137 161 158 0.15 0 0.02 0.37 172.5 0.11 0.58
Hex 89 A1 9E F 0 2 25 AC B 3A
Octal 211 241 236 17 0 2 45 254 13 72
Binary 10001001 10100001 10011110 1111 0 10 100101 10101100 1011 111010

Color Harmonies of #89A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A19E

Black with #89A19E

Text Example


Text Example

White with #89A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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