#0C8A95

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

Shades of Eastern Blue #0C8A95

Tints of Eastern Blue #0C8A95

Color information

#0C8A95 (or 0x0C8A95) is unknown color: approx Eastern Blue. HEX triplet: 0C, 8A and 95. RGB value is (12,138,149). Sum of RGB (Red+Green+Blue) = 12+138+149=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C8A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8A95 is #F3756A. Grayscale: #656565. Windows color (decimal): -15955307 or 9800204. OLE color: 9800204.

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

Color convert

RGB12138149-
CMYK0.920.0700.42
HSL184.82º85.09%31.57%-
HSV(B)184.82º91.95%58.43%-
XYZ14.6620.4331.6-
YUV101.58154.7664.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=4.01%
G=46.15%
B=49.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121381490.920.0700.42184.8285.0931.57
HexC8A955C702Ab95520
Octal14212225134705227112540
Binary1100100010101001010110111001110101010101110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,138,149); }

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

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

 a { background-color: rgb(12,138,149); }

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

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

 span { border-color: rgb(12,138,149); }

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