Html Css Color HEX #0C9280 Dark Cyan

📋 copy color: '#0C9280'

red 12 ◦ green 146 ◦ blue 128

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

Shades of Dark Cyan #0C9280

Tints of Dark Cyan #0C9280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.05%

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 4.2%
G = 51.05%
B = 44.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#0C9280 (or 0x0C9280) is known color: Dark Cyan. HEX triplet: 0C, 92 and 80. RGB value is (12,146,128). Sum of RGB (Red+Green+Blue) = 12+146+128=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9280 is #F36D7F. Grayscale: #676767. Windows color (decimal): -15953280 or 8425996. OLE color: 8425996.

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

Color convert

RGB 12 146 128 -
CMYK 0.92 0 0.12 0.43
HSL 171.94º 0.85% 0.31% -
HSV(B) 171.94º 0.92% 0.57% -
XYZ 14.33 22.19 23.95 -
YUV 103.88 141.61 62.46 -
System Red Green Blue C M Y K H S L
Decimal 12 146 128 0.92 0 0.12 0.43 171.94 0.85 0.31
Hex C 92 80 5C 0 C 2B AC 55 1F
Octal 14 222 200 134 0 14 53 254 125 37
Binary 1100 10010010 10000000 1011100 0 1100 101011 10101100 1010101 11111

Color Harmonies of #0C9280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9280

Black with #0C9280

Text Example


Text Example

White with #0C9280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,146,128); }

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

background-color css

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

 a { background-color: rgb(12,146,128); }

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

border-color css

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

 span { border-color: rgb(12,146,128); }

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