#0C655A

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

Shades of Blue Stone #0C655A

Tints of Blue Stone #0C655A

Color information

#0C655A (or 0x0C655A) is unknown color: approx Blue Stone. HEX triplet: 0C, 65 and 5A. RGB value is (12,101,90). Sum of RGB (Red+Green+Blue) = 12+101+90=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #0C655A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C655A is #F39AA5. Grayscale: #494949. Windows color (decimal): -15964838 or 5924108. OLE color: 5924108.

HSL color Cylindrical-coordinate representation of color #0C655A: hue angle of 172.58º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C655A is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1210190-
CMYK0.8800.110.60
HSL172.58º78.76%22.16%-
HSV(B)172.58º88.12%39.61%-
XYZ6.6510.1211.28-
YUV73.14137.5184.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 101 (39.84% from 255) = 49.75%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=5.91%
G=49.75%
B=44.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal12101900.8800.110.60172.5878.7622.16
HexC655A580B3Cad4f16
Octal141451321300137425511726
Binary11001100101101101010110000101111110010101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,90); }

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

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

 a { background-color: rgb(12,101,90); }

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

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

 span { border-color: rgb(12,101,90); }

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