#098A62

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

Shades of Deep Sea #098A62

Tints of Deep Sea #098A62

Color information

#098A62 (or 0x098A62) is unknown color: approx Deep Sea. HEX triplet: 09, 8A and 62. RGB value is (9,138,98). Sum of RGB (Red+Green+Blue) = 9+138+98=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #098A62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A62 is #F6759D. Grayscale: #5E5E5E. Windows color (decimal): -16151966 or 6457865. OLE color: 6457865.

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

Color convert

RGB913898-
CMYK0.9300.290.46
HSL161.4º87.76%28.82%-
HSV(B)161.4º93.48%54.12%-
XYZ11.4119.1214.64-
YUV94.87129.7666.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 138 (54.30% from 255) = 56.33%
BLUE value IS 98 (38.67% from 255) = 40%
R=3.67%
G=56.33%
B=40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9138980.9300.290.46161.487.7628.82
Hex98A625D01D2Ea1581d
Octal112121421350355624113035
Binary1001100010101100010101110101110110111010100001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098A62; }

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

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

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

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

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

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

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

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