Html Css Color HEX #889A97 Submarine

📋 copy color: '#889A97'

red 136 ◦ green 154 ◦ blue 151

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

Shades of Submarine #889A97

Tints of Submarine #889A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 30.84%
G = 34.92%
B = 34.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#889A97 (or 0x889A97) is known color: Submarine. HEX triplet: 88, 9A and 97. RGB value is (136,154,151). Sum of RGB (Red+Green+Blue) = 136+154+151=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 154 - color contains mainly: green. Hex color #889A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A97 is #776568. Grayscale: #949494. Windows color (decimal): -7824745 or 9935496. OLE color: 9935496.

HSL color Cylindrical-coordinate representation of color #889A97: hue angle of 170º 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 #889A97 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 154 151 -
CMYK 0.12 0 0.02 0.40
HSL 170º 0.08% 0.57% -
HSV(B) 170º 0.12% 0.6% -
XYZ 27.29 30.58 33.74 -
YUV 148.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 136 154 151 0.12 0 0.02 0.40 170 0.08 0.57
Hex 88 9A 97 C 0 2 28 AA 8 39
Octal 210 232 227 14 0 2 50 252 10 71
Binary 10001000 10011010 10010111 1100 0 10 101000 10101010 1000 111001

Color Harmonies of #889A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A97

Black with #889A97

Text Example


Text Example

White with #889A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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