Html Css Color HEX #0C848D Dark Cyan

📋 copy color: '#0C848D'

red 12 ◦ green 132 ◦ blue 141

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

Shades of Dark Cyan #0C848D

Tints of Dark Cyan #0C848D

RGB

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

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

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

R = 4.21%
G = 46.32%
B = 49.47%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C848D (or 0x0C848D) is known color: Dark Cyan. HEX triplet: 0C, 84 and 8D. RGB value is (12,132,141). Sum of RGB (Red+Green+Blue) = 12+132+141=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C848D is #F37B72. Grayscale: #606060. Windows color (decimal): -15956851 or 9274380. OLE color: 9274380.

HSL color Cylindrical-coordinate representation of color #0C848D: hue angle of 184.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C848D is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 132 141 -
CMYK 0.91 0.06 0 0.45
HSL 184.19º 0.84% 0.3% -
HSV(B) 184.19º 0.91% 0.55% -
XYZ 13.21 18.5 28.07 -
YUV 97.15 152.74 67.27 -
System Red Green Blue C M Y K H S L
Decimal 12 132 141 0.91 0.06 0 0.45 184.19 0.84 0.3
Hex C 84 8D 5B 6 0 2D B8 54 1E
Octal 14 204 215 133 6 0 55 270 124 36
Binary 1100 10000100 10001101 1011011 110 0 101101 10111000 1010100 11110

Color Harmonies of #0C848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C848D

Black with #0C848D

Text Example


Text Example

White with #0C848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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