Html Css Color HEX #809E9A Submarine

📋 copy color: '#809E9A'

red 128 ◦ green 158 ◦ blue 154

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

Shades of Submarine #809E9A

Tints of Submarine #809E9A

RGB

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

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

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

R = 29.09%
G = 35.91%
B = 35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#809E9A (or 0x809E9A) is known color: Submarine. HEX triplet: 80, 9E and 9A. RGB value is (128,158,154). Sum of RGB (Red+Green+Blue) = 128+158+154=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #809E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809E9A is #7F6165. Grayscale: #949494. Windows color (decimal): -8348006 or 10133120. OLE color: 10133120.

HSL color Cylindrical-coordinate representation of color #809E9A: hue angle of 172º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809E9A is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 158 154 -
CMYK 0.19 0 0.03 0.38
HSL 172º 0.13% 0.56% -
HSV(B) 172º 0.19% 0.62% -
XYZ 26.96 31.38 35.21 -
YUV 148.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 128 158 154 0.19 0 0.03 0.38 172 0.13 0.56
Hex 80 9E 9A 13 0 3 26 AC D 38
Octal 200 236 232 23 0 3 46 254 15 70
Binary 10000000 10011110 10011010 10011 0 11 100110 10101100 1101 111000

Color Harmonies of #809E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809E9A

Black with #809E9A

Text Example


Text Example

White with #809E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809E9A; }

 p { color: rgb(128,158,154); }

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

background-color css

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

 a { background-color: rgb(128,158,154); }

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

border-color css

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

 span { border-color: rgb(128,158,154); }

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