#0C9399

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

Shades of Eastern Blue #0C9399

Tints of Eastern Blue #0C9399

Color information

#0C9399 (or 0x0C9399) is unknown color: approx Eastern Blue. HEX triplet: 0C, 93 and 99. RGB value is (12,147,153). Sum of RGB (Red+Green+Blue) = 12+147+153=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C9399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9399 is #F36C66. Grayscale: #6B6B6B. Windows color (decimal): -15952999 or 10064652. OLE color: 10064652.

HSL color Cylindrical-coordinate representation of color #0C9399: hue angle of 182.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9399 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12147153-
CMYK0.920.0400.4
HSL182.55º85.45%32.35%-
HSV(B)182.55º92.16%60%-
XYZ16.3423.2533.76-
YUV107.32153.7760.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.85%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=3.85%
G=47.12%
B=49.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121471530.920.0400.4182.5585.4532.35
HexC93995C4028b75520
Octal14223231134405026712540
Binary1100100100111001100110111001000101000101101111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C9399; }

 p { color: rgb(12,147,153); }

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

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

 a { background-color: rgb(12,147,153); }

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

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

 span { border-color: rgb(12,147,153); }

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