#869C99

Color #869C99 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #869C99

Tints of Submarine #869C99

Color information

#869C99 (or 0x869C99) is unknown color: approx Submarine. HEX triplet: 86, 9C and 99. RGB value is (134,156,153). Sum of RGB (Red+Green+Blue) = 134+156+153=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #869C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C99 is #796366. Grayscale: #959595. Windows color (decimal): -7955303 or 10067078. OLE color: 10067078.

HSL color Cylindrical-coordinate representation of color #869C99: hue angle of 171.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869C99 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB134156153-
CMYK0.1400.020.39
HSL171.82º10%56.86%-
HSV(B)171.82º14.1%61.18%-
XYZ27.4731.1534.7-
YUV149.08130.21117.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=30.25%
G=35.21%
B=34.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341561530.1400.020.39171.821056.86
Hex869C99E0227aca39
Octal2062342311602472541271
Binary1000011010011100100110011110010100111101011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869C99; }

 p { color: rgb(134,156,153); }

 H1.HeaderClassName
 {
   color: #869C99;
 }
 .AnyTagClassName
 {
   color: #869C99;
 }
</style>
background-color css

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

 a { background-color: rgb(134,156,153); }

 div.DivClassName
 {
   background-color: #869C99;
 }
 .BgClassName
 {
   background-color: #869C99;
 }
</style>
border-color css

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

 span { border-color: rgb(134,156,153); }

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