Html Css Color HEX #0C9499 Dark Cyan

📋 copy color: '#0C9499'

red 12 ◦ green 148 ◦ blue 153

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

Shades of Dark Cyan #0C9499

Tints of Dark Cyan #0C9499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 3.83%
G = 47.28%
B = 48.88%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C9499 (or 0x0C9499) is known color: Dark Cyan. HEX triplet: 0C, 94 and 99. RGB value is (12,148,153). Sum of RGB (Red+Green+Blue) = 12+148+153=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C9499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9499 is #F36B66. Grayscale: #6B6B6B. Windows color (decimal): -15952743 or 10064908. OLE color: 10064908.

HSL color Cylindrical-coordinate representation of color #0C9499: hue angle of 182.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9499 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 148 153 -
CMYK 0.92 0.03 0 0.4
HSL 182.13º 0.85% 0.32% -
HSV(B) 182.13º 0.92% 0.6% -
XYZ 16.49 23.56 33.81 -
YUV 107.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 12 148 153 0.92 0.03 0 0.4 182.13 0.85 0.32
Hex C 94 99 5C 3 0 28 B6 55 20
Octal 14 224 231 134 3 0 50 266 125 40
Binary 1100 10010100 10011001 1011100 11 0 101000 10110110 1010101 100000

Color Harmonies of #0C9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9499

Black with #0C9499

Text Example


Text Example

White with #0C9499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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