#098860

Color #098860 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #098860

Tints of Deep Sea #098860

Color information

#098860 (or 0x098860) is unknown color: approx Deep Sea. HEX triplet: 09, 88 and 60. RGB value is (9,136,96). Sum of RGB (Red+Green+Blue) = 9+136+96=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #098860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098860 is #F6779F. Grayscale: #5D5D5D. Windows color (decimal): -16152480 or 6326281. OLE color: 6326281.

HSL color Cylindrical-coordinate representation of color #098860: hue angle of 161.1º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098860 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB913696-
CMYK0.9300.290.47
HSL161.1º87.59%28.43%-
HSV(B)161.1º93.38%53.33%-
XYZ11.0318.5114.06-
YUV93.47129.4267.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 136 (53.52% from 255) = 56.43%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=3.73%
G=56.43%
B=39.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9136960.9300.290.47161.187.5928.43
Hex988605D01D2Fa1581c
Octal112101401350355724113034
Binary1001100010001100000101110101110110111110100001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098860; }

 p { color: rgb(9,136,96); }

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

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

 a { background-color: rgb(9,136,96); }

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

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

 span { border-color: rgb(9,136,96); }

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