Html Css Color HEX #889EA0 Submarine

📋 copy color: '#889EA0'

red 136 ◦ green 158 ◦ blue 160

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

Shades of Submarine #889EA0

Tints of Submarine #889EA0

RGB

 RED value IS 136 (53.52% from 255) = 29.96%

 GREEN value IS 158 (62.11% from 255) = 34.8%

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 29.96%
G = 34.8%
B = 35.24%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#889EA0 (or 0x889EA0) is known color: Submarine. HEX triplet: 88, 9E and A0. RGB value is (136,158,160). Sum of RGB (Red+Green+Blue) = 136+158+160=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 160 - color contains mainly: blue. Hex color #889EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889EA0 is #77615F. Grayscale: #979797. Windows color (decimal): -7823712 or 10526344. OLE color: 10526344.

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

Color convert

RGB 136 158 160 -
CMYK 0.15 0.01 0 0.37
HSL 185º 0.11% 0.58% -
HSV(B) 185º 0.15% 0.63% -
XYZ 28.73 32.23 37.96 -
YUV 151.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 136 158 160 0.15 0.01 0 0.37 185 0.11 0.58
Hex 88 9E A0 F 1 0 25 B9 B 3A
Octal 210 236 240 17 1 0 45 271 13 72
Binary 10001000 10011110 10100000 1111 1 0 100101 10111001 1011 111010

Color Harmonies of #889EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EA0

Black with #889EA0

Text Example


Text Example

White with #889EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889EA0; }

 p { color: rgb(136,158,160); }

 H1.HeaderClassName
 {
   color: #889EA0;
 }
 .AnyTagClassName
 {
   color: #889EA0;
 }
</style>

background-color css

<style>
 a { background-color: #889EA0; }

 a { background-color: rgb(136,158,160); }

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

border-color css

<style>
 span { border-color: #889EA0; }

 span { border-color: rgb(136,158,160); }

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