Html Css Color HEX #0C969A Dark Cyan

📋 copy color: '#0C969A'

red 12 ◦ green 150 ◦ blue 154

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

Shades of Dark Cyan #0C969A

Tints of Dark Cyan #0C969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 3.8%
G = 47.47%
B = 48.73%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C969A (or 0x0C969A) is known color: Dark Cyan. HEX triplet: 0C, 96 and 9A. RGB value is (12,150,154). Sum of RGB (Red+Green+Blue) = 12+150+154=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C969A is #F36965. Grayscale: #6D6D6D. Windows color (decimal): -15952230 or 10130956. OLE color: 10130956.

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

Color convert

RGB 12 150 154 -
CMYK 0.92 0.03 0 0.40
HSL 181.69º 0.86% 0.33% -
HSV(B) 181.69º 0.92% 0.6% -
XYZ 16.89 24.22 34.36 -
YUV 109.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 12 150 154 0.92 0.03 0 0.40 181.69 0.86 0.33
Hex C 96 9A 5C 3 0 28 B6 56 21
Octal 14 226 232 134 3 0 50 266 126 41
Binary 1100 10010110 10011010 1011100 11 0 101000 10110110 1010110 100001

Color Harmonies of #0C969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C969A

Black with #0C969A

Text Example


Text Example

White with #0C969A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,154); }

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

background-color css

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

 a { background-color: rgb(12,150,154); }

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

border-color css

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

 span { border-color: rgb(12,150,154); }

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