#0C96A4

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

Shades of Eastern Blue #0C96A4

Tints of Eastern Blue #0C96A4

Color information

#0C96A4 (or 0x0C96A4) is unknown color: approx Eastern Blue. HEX triplet: 0C, 96 and A4. RGB value is (12,150,164). Sum of RGB (Red+Green+Blue) = 12+150+164=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C96A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C96A4 is #F3695B. Grayscale: #6E6E6E. Windows color (decimal): -15952220 or 10786316. OLE color: 10786316.

HSL color Cylindrical-coordinate representation of color #0C96A4: hue angle of 185.53º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C96A4 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12150164-
CMYK0.930.0900.36
HSL185.53º86.36%34.51%-
HSV(B)185.53º92.68%64.31%-
XYZ17.7624.5738.93-
YUV110.33158.2857.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.68%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 164 (64.45% from 255) = 50.31%
R=3.68%
G=46.01%
B=50.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121501640.930.0900.36185.5386.3634.51
HexC96A45D9024ba5623
Octal142262441351104427212643
Binary11001001011010100100101110110010100100101110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,164); }

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

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

 a { background-color: rgb(12,150,164); }

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

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

 span { border-color: rgb(12,150,164); }

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