Html Css Color HEX #809696 Submarine

📋 copy color: '#809696'

red 128 ◦ green 150 ◦ blue 150

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

Shades of Submarine #809696

Tints of Submarine #809696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.05%

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

R = 29.91%
G = 35.05%
B = 35.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#809696 (or 0x809696) is known color: Submarine. HEX triplet: 80, 96 and 96. RGB value is (128,150,150). Sum of RGB (Red+Green+Blue) = 128+150+150=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #809696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809696 is #7F6969. Grayscale: #8F8F8F. Windows color (decimal): -8350058 or 9868928. OLE color: 9868928.

HSL color Cylindrical-coordinate representation of color #809696: hue angle of 180º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809696 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 150 -
CMYK 0.15 0 0 0.41
HSL 180º 0.09% 0.55% -
HSV(B) 180º 0.15% 0.59% -
XYZ 25.31 28.6 33.04 -
YUV 143.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 128 150 150 0.15 0 0 0.41 180 0.09 0.55
Hex 80 96 96 F 0 0 29 B4 9 37
Octal 200 226 226 17 0 0 51 264 11 67
Binary 10000000 10010110 10010110 1111 0 0 101001 10110100 1001 110111

Color Harmonies of #809696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809696

Black with #809696

Text Example


Text Example

White with #809696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809696; }

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

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

background-color css

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

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

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

border-color css

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

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

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