#0C5C60

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

Shades of Blue Stone #0C5C60

Tints of Blue Stone #0C5C60

Color information

#0C5C60 (or 0x0C5C60) is unknown color: approx Blue Stone. HEX triplet: 0C, 5C and 60. RGB value is (12,92,96). Sum of RGB (Red+Green+Blue) = 12+92+96=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C5C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5C60 is #F3A39F. Grayscale: #444444. Windows color (decimal): -15967136 or 6315020. OLE color: 6315020.

HSL color Cylindrical-coordinate representation of color #0C5C60: hue angle of 182.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5C60 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB129296-
CMYK0.880.0400.62
HSL182.86º77.78%21.18%-
HSV(B)182.86º87.5%37.65%-
XYZ6.098.5812.4-
YUV68.54143.587.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 92 (36.33% from 255) = 46%
BLUE value IS 96 (37.89% from 255) = 48%
R=6%
G=46%
B=48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1292960.880.0400.62182.8677.7821.18
HexC5C6058403Eb74e15
Octal14134140130407626711625
Binary1100101110011000001011000100011111010110111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,92,96); }

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

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

 a { background-color: rgb(12,92,96); }

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

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

 span { border-color: rgb(12,92,96); }

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