Html Css Color HEX #0C848E Dark Cyan

📋 copy color: '#0C848E'

red 12 ◦ green 132 ◦ blue 142

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

Shades of Dark Cyan #0C848E

Tints of Dark Cyan #0C848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.15%

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

R = 4.2%
G = 46.15%
B = 49.65%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C848E (or 0x0C848E) is known color: Dark Cyan. HEX triplet: 0C, 84 and 8E. RGB value is (12,132,142). Sum of RGB (Red+Green+Blue) = 12+132+142=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C848E is #F37B71. Grayscale: #616161. Windows color (decimal): -15956850 or 9339916. OLE color: 9339916.

HSL color Cylindrical-coordinate representation of color #0C848E: hue angle of 184.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C848E is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 132 142 -
CMYK 0.92 0.07 0 0.44
HSL 184.62º 0.84% 0.3% -
HSV(B) 184.62º 0.92% 0.56% -
XYZ 13.29 18.53 28.47 -
YUV 97.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 12 132 142 0.92 0.07 0 0.44 184.62 0.84 0.3
Hex C 84 8E 5C 7 0 2C B9 54 1E
Octal 14 204 216 134 7 0 54 271 124 36
Binary 1100 10000100 10001110 1011100 111 0 101100 10111001 1010100 11110

Color Harmonies of #0C848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C848E

Black with #0C848E

Text Example


Text Example

White with #0C848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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