Html Css Color HEX #0A9498 Dark Cyan

📋 copy color: '#0A9498'

red 10 ◦ green 148 ◦ blue 152

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

Shades of Dark Cyan #0A9498

Tints of Dark Cyan #0A9498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 3.23%
G = 47.74%
B = 49.03%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A9498 (or 0x0A9498) is known color: Dark Cyan. HEX triplet: 0A, 94 and 98. RGB value is (10,148,152). Sum of RGB (Red+Green+Blue) = 10+148+152=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A9498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9498 is #F56B67. Grayscale: #6B6B6B. Windows color (decimal): -16083816 or 9999370. OLE color: 9999370.

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

Color convert

RGB 10 148 152 -
CMYK 0.93 0.03 0 0.40
HSL 181.69º 0.88% 0.32% -
HSV(B) 181.69º 0.93% 0.6% -
XYZ 16.38 23.51 33.38 -
YUV 107.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 10 148 152 0.93 0.03 0 0.40 181.69 0.88 0.32
Hex A 94 98 5D 3 0 28 B6 58 20
Octal 12 224 230 135 3 0 50 266 130 40
Binary 1010 10010100 10011000 1011101 11 0 101000 10110110 1011000 100000

Color Harmonies of #0A9498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9498

Black with #0A9498

Text Example


Text Example

White with #0A9498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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