#098566

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

Shades of Deep Sea #098566

Tints of Deep Sea #098566

Color information

#098566 (or 0x098566) is unknown color: approx Deep Sea. HEX triplet: 09, 85 and 66. RGB value is (9,133,102). Sum of RGB (Red+Green+Blue) = 9+133+102=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #098566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098566 is #F67A99. Grayscale: #5C5C5C. Windows color (decimal): -16153242 or 6718729. OLE color: 6718729.

HSL color Cylindrical-coordinate representation of color #098566: hue angle of 165º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098566 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB9133102-
CMYK0.9300.230.48
HSL165º87.32%27.84%-
HSV(B)165º93.23%52.16%-
XYZ10.917.7915.43-
YUV92.39133.4268.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.69%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=3.69%
G=54.51%
B=41.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91331020.9300.230.4816587.3227.84
Hex985665D01730a5571c
Octal112051461350276024512734
Binary1001100001011100110101110101011111000010100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098566; }

 p { color: rgb(9,133,102); }

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

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

 a { background-color: rgb(9,133,102); }

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

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

 span { border-color: rgb(9,133,102); }

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