#869A98

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

Shades of Submarine #869A98

Tints of Submarine #869A98

Color information

#869A98 (or 0x869A98) is unknown color: approx Submarine. HEX triplet: 86, 9A and 98. RGB value is (134,154,152). Sum of RGB (Red+Green+Blue) = 134+154+152=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #869A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A98 is #796567. Grayscale: #939393. Windows color (decimal): -7955816 or 10001030. OLE color: 10001030.

HSL color Cylindrical-coordinate representation of color #869A98: hue angle of 174º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #869A98 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB134154152-
CMYK0.1300.010.40
HSL174º9.01%56.47%-
HSV(B)174º12.99%60.39%-
XYZ27.0530.4534.16-
YUV147.79130.37118.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=30.45%
G=35%
B=34.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341541520.1300.010.401749.0156.47
Hex869A98D0128ae938
Octal2062322301501502561170
Binary100001101001101010011000110101101000101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,154,152); }

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

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

 a { background-color: rgb(134,154,152); }

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

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

 span { border-color: rgb(134,154,152); }

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