Html Css Color HEX #0C9593 Dark Cyan

📋 copy color: '#0C9593'

red 12 ◦ green 149 ◦ blue 147

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

Shades of Dark Cyan #0C9593

Tints of Dark Cyan #0C9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 3.9%
G = 48.38%
B = 47.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#0C9593 (or 0x0C9593) is known color: Dark Cyan. HEX triplet: 0C, 95 and 93. RGB value is (12,149,147). Sum of RGB (Red+Green+Blue) = 12+149+147=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9593 is #F36A6C. Grayscale: #6B6B6B. Windows color (decimal): -15952493 or 9671948. OLE color: 9671948.

HSL color Cylindrical-coordinate representation of color #0C9593: hue angle of 179.12º 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 #0C9593 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 149 147 -
CMYK 0.92 0 0.01 0.42
HSL 179.12º 0.85% 0.32% -
HSV(B) 179.12º 0.92% 0.58% -
XYZ 16.17 23.68 31.32 -
YUV 107.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 12 149 147 0.92 0 0.01 0.42 179.12 0.85 0.32
Hex C 95 93 5C 0 1 2A B3 55 20
Octal 14 225 223 134 0 1 52 263 125 40
Binary 1100 10010101 10010011 1011100 0 1 101010 10110011 1010101 100000

Color Harmonies of #0C9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9593

Black with #0C9593

Text Example


Text Example

White with #0C9593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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