Html Css Color HEX #0C978D Dark Cyan

📋 copy color: '#0C978D'

red 12 ◦ green 151 ◦ blue 141

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

Shades of Dark Cyan #0C978D

Tints of Dark Cyan #0C978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 3.95%
G = 49.67%
B = 46.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#0C978D (or 0x0C978D) is known color: Dark Cyan. HEX triplet: 0C, 97 and 8D. RGB value is (12,151,141). Sum of RGB (Red+Green+Blue) = 12+151+141=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #0C978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C978D is #F36872. Grayscale: #6C6C6C. Windows color (decimal): -15951987 or 9279244. OLE color: 9279244.

HSL color Cylindrical-coordinate representation of color #0C978D: hue angle of 175.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C978D is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 151 141 -
CMYK 0.92 0 0.07 0.41
HSL 175.68º 0.85% 0.32% -
HSV(B) 175.68º 0.92% 0.59% -
XYZ 16.03 24.13 29.01 -
YUV 108.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 12 151 141 0.92 0 0.07 0.41 175.68 0.85 0.32
Hex C 97 8D 5C 0 7 29 B0 55 20
Octal 14 227 215 134 0 7 51 260 125 40
Binary 1100 10010111 10001101 1011100 0 111 101001 10110000 1010101 100000

Color Harmonies of #0C978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C978D

Black with #0C978D

Text Example


Text Example

White with #0C978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,151,141); }

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

background-color css

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

 a { background-color: rgb(12,151,141); }

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

border-color css

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

 span { border-color: rgb(12,151,141); }

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