Html Css Color HEX #0A9391 Dark Cyan

📋 copy color: '#0A9391'

red 10 ◦ green 147 ◦ blue 145

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

Shades of Dark Cyan #0A9391

Tints of Dark Cyan #0A9391

RGB

 RED value IS 10 (4.3% from 255) = 3.31%

 GREEN value IS 147 (57.81% from 255) = 48.68%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 3.31%
G = 48.68%
B = 48.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#0A9391 (or 0x0A9391) is known color: Dark Cyan. HEX triplet: 0A, 93 and 91. RGB value is (10,147,145). Sum of RGB (Red+Green+Blue) = 10+147+145=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9391 is #F56C6E. Grayscale: #696969. Windows color (decimal): -16084079 or 9540362. OLE color: 9540362.

HSL color Cylindrical-coordinate representation of color #0A9391: hue angle of 179.12º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9391 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 147 145 -
CMYK 0.93 0 0.01 0.42
HSL 179.12º 0.87% 0.31% -
HSV(B) 179.12º 0.93% 0.58% -
XYZ 15.67 22.98 30.4 -
YUV 105.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 10 147 145 0.93 0 0.01 0.42 179.12 0.87 0.31
Hex A 93 91 5D 0 1 2A B3 57 1F
Octal 12 223 221 135 0 1 52 263 127 37
Binary 1010 10010011 10010001 1011101 0 1 101010 10110011 1010111 11111

Color Harmonies of #0A9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9391

Black with #0A9391

Text Example


Text Example

White with #0A9391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,145); }

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

background-color css

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

 a { background-color: rgb(10,147,145); }

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

border-color css

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

 span { border-color: rgb(10,147,145); }

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