#869D99

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

Shades of Submarine #869D99

Tints of Submarine #869D99

Color information

#869D99 (or 0x869D99) is unknown color: approx Submarine. HEX triplet: 86, 9D and 99. RGB value is (134,157,153). Sum of RGB (Red+Green+Blue) = 134+157+153=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #869D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D99 is #796266. Grayscale: #959595. Windows color (decimal): -7955047 or 10067334. OLE color: 10067334.

HSL color Cylindrical-coordinate representation of color #869D99: hue angle of 169.57º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869D99 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB134157153-
CMYK0.1500.030.38
HSL169.57º10.5%57.06%-
HSV(B)169.57º14.65%61.57%-
XYZ27.6431.4834.76-
YUV149.67129.88116.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=30.18%
G=35.36%
B=34.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341571530.1500.030.38169.5710.557.06
Hex869D99F0326aab39
Octal2062352311703462521371
Binary1000011010011101100110011111011100110101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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