Html Css Color HEX #88999A Submarine

📋 copy color: '#88999A'

red 136 ◦ green 153 ◦ blue 154

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

Shades of Submarine #88999A

Tints of Submarine #88999A

RGB

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

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

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

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

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

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

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

Color convert

RGB 136 153 154 -
CMYK 0.12 0.01 0 0.40
HSL 183.33º 0.08% 0.57% -
HSV(B) 183.33º 0.12% 0.6% -
XYZ 27.38 30.35 34.99 -
YUV 148.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 136 153 154 0.12 0.01 0 0.40 183.33 0.08 0.57
Hex 88 99 9A C 1 0 28 B7 8 39
Octal 210 231 232 14 1 0 50 267 10 71
Binary 10001000 10011001 10011010 1100 1 0 101000 10110111 1000 111001

Color Harmonies of #88999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88999A

Black with #88999A

Text Example


Text Example

White with #88999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88999A; }

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

 H1.HeaderClassName
 {
   color: #88999A;
 }
 .AnyTagClassName
 {
   color: #88999A;
 }
</style>

background-color css

<style>
 a { background-color: #88999A; }

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

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

border-color css

<style>
 span { border-color: #88999A; }

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

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