#0C5F5E

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

Shades of Blue Stone #0C5F5E

Tints of Blue Stone #0C5F5E

Color information

#0C5F5E (or 0x0C5F5E) is unknown color: approx Blue Stone. HEX triplet: 0C, 5F and 5E. RGB value is (12,95,94). Sum of RGB (Red+Green+Blue) = 12+95+94=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5F5E is #F3A0A1. Grayscale: #454545. Windows color (decimal): -15966370 or 6184716. OLE color: 6184716.

HSL color Cylindrical-coordinate representation of color #0C5F5E: hue angle of 179.28º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5F5E is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB129594-
CMYK0.8700.010.63
HSL179.28º77.57%20.98%-
HSV(B)179.28º87.37%37.25%-
XYZ6.269.0712.01-
YUV70.07141.586.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=5.97%
G=47.26%
B=46.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1295940.8700.010.63179.2877.5720.98
HexC5F5E57013Fb34e15
Octal14137136127017726311625
Binary11001011111101111010101110111111110110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,95,94); }

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

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

 a { background-color: rgb(12,95,94); }

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

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

 span { border-color: rgb(12,95,94); }

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