#098262

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

Shades of Deep Sea #098262

Tints of Deep Sea #098262

Color information

#098262 (or 0x098262) is unknown color: approx Deep Sea. HEX triplet: 09, 82 and 62. RGB value is (9,130,98). Sum of RGB (Red+Green+Blue) = 9+130+98=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #098262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098262 is #F67D9D. Grayscale: #5A5A5A. Windows color (decimal): -16154014 or 6455817. OLE color: 6455817.

HSL color Cylindrical-coordinate representation of color #098262: hue angle of 164.13º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098262 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB913098-
CMYK0.9300.250.49
HSL164.13º87.05%27.25%-
HSV(B)164.13º93.08%50.98%-
XYZ10.316.9114.28-
YUV90.17132.4170.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.80%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=3.80%
G=54.85%
B=41.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9130980.9300.250.49164.1387.0527.25
Hex982625D01931a4571b
Octal112021421350316124412733
Binary1001100000101100010101110101100111000110100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098262; }

 p { color: rgb(9,130,98); }

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

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

 a { background-color: rgb(9,130,98); }

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

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

 span { border-color: rgb(9,130,98); }

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