Html Css Color HEX #0C615C Blue Stone

📋 copy color: '#0C615C'

red 12 ◦ green 97 ◦ blue 92

#0C615C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #0C615C

Tints of Blue Stone #0C615C

RGB

 RED value IS 12 (5.08% from 255) = 5.97%

 GREEN value IS 97 (38.28% from 255) = 48.26%

 BLUE value IS 92 (36.33% from 255) = 45.77%

R = 5.97%
G = 48.26%
B = 45.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#0C615C (or 0x0C615C) is known color: Blue Stone. HEX triplet: 0C, 61 and 5C. RGB value is (12,97,92). Sum of RGB (Red+Green+Blue) = 12+97+92=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #0C615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C615C is #F39EA3. Grayscale: #464646. Windows color (decimal): -15965860 or 6054156. OLE color: 6054156.

HSL color Cylindrical-coordinate representation of color #0C615C: hue angle of 176.47º 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 #0C615C is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 92 -
CMYK 0.88 0 0.05 0.62
HSL 176.47º 0.78% 0.21% -
HSV(B) 176.47º 0.88% 0.38% -
XYZ 6.36 9.4 11.6 -
YUV 71.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 12 97 92 0.88 0 0.05 0.62 176.47 0.78 0.21
Hex C 61 5C 58 0 5 3E B0 4E 15
Octal 14 141 134 130 0 5 76 260 116 25
Binary 1100 1100001 1011100 1011000 0 101 111110 10110000 1001110 10101

Color Harmonies of #0C615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C615C

Black with #0C615C

Text Example


Text Example

White with #0C615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C615C;
 }
 .AnyTagClassName
 {
   color: #0C615C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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