Html Css Color HEX #889A99 Submarine

📋 copy color: '#889A99'

red 136 ◦ green 154 ◦ blue 153

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

Shades of Submarine #889A99

Tints of Submarine #889A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.76%

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 30.7%
G = 34.76%
B = 34.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#889A99 (or 0x889A99) is known color: Submarine. HEX triplet: 88, 9A and 99. RGB value is (136,154,153). Sum of RGB (Red+Green+Blue) = 136+154+153=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 154 - color contains mainly: green. Hex color #889A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A99 is #776566. Grayscale: #949494. Windows color (decimal): -7824743 or 10066568. OLE color: 10066568.

HSL color Cylindrical-coordinate representation of color #889A99: hue angle of 176.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889A99 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 154 153 -
CMYK 0.12 0 0.01 0.40
HSL 176.67º 0.08% 0.57% -
HSV(B) 176.67º 0.12% 0.6% -
XYZ 27.46 30.65 34.6 -
YUV 148.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 136 154 153 0.12 0 0.01 0.40 176.67 0.08 0.57
Hex 88 9A 99 C 0 1 28 B1 8 39
Octal 210 232 231 14 0 1 50 261 10 71
Binary 10001000 10011010 10011001 1100 0 1 101000 10110001 1000 111001

Color Harmonies of #889A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A99

Black with #889A99

Text Example


Text Example

White with #889A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,154,153); }

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

background-color css

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

 a { background-color: rgb(136,154,153); }

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

border-color css

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

 span { border-color: rgb(136,154,153); }

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