#008099

Color #008099 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #008099

Tints of Eastern Blue #008099

Color information

#008099 (or 0x008099) is unknown color: approx Eastern Blue. HEX triplet: 00, 80 and 99. RGB value is (0,128,153). Sum of RGB (Red+Green+Blue) = 0+128+153=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #008099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008099 is #FF7F66. Grayscale: #5C5C5C. Windows color (decimal): -16744295 or 10059776. OLE color: 10059776.

HSL color Cylindrical-coordinate representation of color #008099: hue angle of 189.8º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008099 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0128153-
CMYK10.1600.4
HSL189.8º100%30%-
HSV(B)189.8º100%60%-
XYZ13.4717.7432.85-
YUV92.58162.0961.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=0%
G=45.55%
B=54.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal012815310.1600.4189.810030
Hex080996410028be641e
Octal02002311442005027614436
Binary01000000010011001110010010000010100010111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008099; }

 p { color: rgb(0,128,153); }

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

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

 a { background-color: rgb(0,128,153); }

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

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

 span { border-color: rgb(0,128,153); }

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