Html Css Color HEX #0C948E Dark Cyan

📋 copy color: '#0C948E'

red 12 ◦ green 148 ◦ blue 142

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

Shades of Dark Cyan #0C948E

Tints of Dark Cyan #0C948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

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

R = 3.97%
G = 49.01%
B = 47.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#0C948E (or 0x0C948E) is known color: Dark Cyan. HEX triplet: 0C, 94 and 8E. RGB value is (12,148,142). Sum of RGB (Red+Green+Blue) = 12+148+142=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #0C948E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C948E is #F36B71. Grayscale: #6A6A6A. Windows color (decimal): -15952754 or 9344012. OLE color: 9344012.

HSL color Cylindrical-coordinate representation of color #0C948E: hue angle of 177.35º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C948E is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 148 142 -
CMYK 0.92 0 0.04 0.42
HSL 177.35º 0.85% 0.31% -
HSV(B) 177.35º 0.92% 0.58% -
XYZ 15.62 23.21 29.25 -
YUV 106.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 12 148 142 0.92 0 0.04 0.42 177.35 0.85 0.31
Hex C 94 8E 5C 0 4 2A B1 55 1F
Octal 14 224 216 134 0 4 52 261 125 37
Binary 1100 10010100 10001110 1011100 0 100 101010 10110001 1010101 11111

Color Harmonies of #0C948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C948E

Black with #0C948E

Text Example


Text Example

White with #0C948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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