#008C99

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

Shades of Eastern Blue #008C99

Tints of Eastern Blue #008C99

Color information

#008C99 (or 0x008C99) is unknown color: approx Eastern Blue. HEX triplet: 00, 8C and 99. RGB value is (0,140,153). Sum of RGB (Red+Green+Blue) = 0+140+153=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #008C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008C99 is #FF7366. Grayscale: #636363. Windows color (decimal): -16741223 or 10062848. OLE color: 10062848.

HSL color Cylindrical-coordinate representation of color #008C99: hue angle of 185.1º 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 #008C99 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0140153-
CMYK10.0800.4
HSL185.1º100%30%-
HSV(B)185.1º100%60%-
XYZ15.1321.0633.4-
YUV99.62158.1256.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=0%
G=47.78%
B=52.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal014015310.0800.4185.110030
Hex08C99648028b9641e
Octal02142311441005027114436
Binary0100011001001100111001001000010100010111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008C99; }

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

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

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

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

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

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

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

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