Html Css Color HEX #0A9481 Dark Cyan

📋 copy color: '#0A9481'

red 10 ◦ green 148 ◦ blue 129

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

Shades of Dark Cyan #0A9481

Tints of Dark Cyan #0A9481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 3.48%
G = 51.57%
B = 44.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#0A9481 (or 0x0A9481) is known color: Dark Cyan. HEX triplet: 0A, 94 and 81. RGB value is (10,148,129). Sum of RGB (Red+Green+Blue) = 10+148+129=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9481 is #F56B7E. Grayscale: #686868. Windows color (decimal): -16083839 or 8492042. OLE color: 8492042.

HSL color Cylindrical-coordinate representation of color #0A9481: hue angle of 171.74º 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 #0A9481 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 129 -
CMYK 0.93 0 0.13 0.42
HSL 171.74º 0.87% 0.31% -
HSV(B) 171.74º 0.93% 0.58% -
XYZ 14.68 22.83 24.4 -
YUV 104.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 10 148 129 0.93 0 0.13 0.42 171.74 0.87 0.31
Hex A 94 81 5D 0 D 2A AC 57 1F
Octal 12 224 201 135 0 15 52 254 127 37
Binary 1010 10010100 10000001 1011101 0 1101 101010 10101100 1010111 11111

Color Harmonies of #0A9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9481

Black with #0A9481

Text Example


Text Example

White with #0A9481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,148,129); }

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

background-color css

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

 a { background-color: rgb(10,148,129); }

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

border-color css

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

 span { border-color: rgb(10,148,129); }

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