Html Css Color HEX #0C968E Dark Cyan

📋 copy color: '#0C968E'

red 12 ◦ green 150 ◦ blue 142

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

Shades of Dark Cyan #0C968E

Tints of Dark Cyan #0C968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

 BLUE value IS 142 (55.86% from 255) = 46.71%

R = 3.95%
G = 49.34%
B = 46.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#0C968E (or 0x0C968E) is known color: Dark Cyan. HEX triplet: 0C, 96 and 8E. RGB value is (12,150,142). Sum of RGB (Red+Green+Blue) = 12+150+142=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #0C968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C968E is #F36971. Grayscale: #6B6B6B. Windows color (decimal): -15952242 or 9344524. OLE color: 9344524.

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

Color convert

RGB 12 150 142 -
CMYK 0.92 0 0.05 0.41
HSL 176.52º 0.85% 0.32% -
HSV(B) 176.52º 0.92% 0.59% -
XYZ 15.94 23.84 29.35 -
YUV 107.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 12 150 142 0.92 0 0.05 0.41 176.52 0.85 0.32
Hex C 96 8E 5C 0 5 29 B1 55 20
Octal 14 226 216 134 0 5 51 261 125 40
Binary 1100 10010110 10001110 1011100 0 101 101001 10110001 1010101 100000

Color Harmonies of #0C968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C968E

Black with #0C968E

Text Example


Text Example

White with #0C968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,142); }

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

background-color css

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

 a { background-color: rgb(12,150,142); }

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

border-color css

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

 span { border-color: rgb(12,150,142); }

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