Html Css Color HEX #809896 Submarine

📋 copy color: '#809896'

red 128 ◦ green 152 ◦ blue 150

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

Shades of Submarine #809896

Tints of Submarine #809896

RGB

 RED value IS 128 (50.39% from 255) = 29.77%

 GREEN value IS 152 (59.77% from 255) = 35.35%

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 29.77%
G = 35.35%
B = 34.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#809896 (or 0x809896) is known color: Submarine. HEX triplet: 80, 98 and 96. RGB value is (128,152,150). Sum of RGB (Red+Green+Blue) = 128+152+150=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #809896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809896 is #7F6769. Grayscale: #909090. Windows color (decimal): -8349546 or 9869440. OLE color: 9869440.

HSL color Cylindrical-coordinate representation of color #809896: hue angle of 175º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809896 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 150 -
CMYK 0.16 0 0.01 0.40
HSL 175º 0.1% 0.55% -
HSV(B) 175º 0.16% 0.6% -
XYZ 25.64 29.25 33.15 -
YUV 144.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 128 152 150 0.16 0 0.01 0.40 175 0.1 0.55
Hex 80 98 96 10 0 1 28 AF A 37
Octal 200 230 226 20 0 1 50 257 12 67
Binary 10000000 10011000 10010110 10000 0 1 101000 10101111 1010 110111

Color Harmonies of #809896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809896

Black with #809896

Text Example


Text Example

White with #809896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809896; }

 p { color: rgb(128,152,150); }

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

background-color css

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

 a { background-color: rgb(128,152,150); }

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

border-color css

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

 span { border-color: rgb(128,152,150); }

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