Html Css Color HEX #0A9689 Dark Cyan

📋 copy color: '#0A9689'

red 10 ◦ green 150 ◦ blue 137

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

Shades of Dark Cyan #0A9689

Tints of Dark Cyan #0A9689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 3.37%
G = 50.51%
B = 46.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#0A9689 (or 0x0A9689) is known color: Dark Cyan. HEX triplet: 0A, 96 and 89. RGB value is (10,150,137). Sum of RGB (Red+Green+Blue) = 10+150+137=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9689 is #F56976. Grayscale: #6A6A6A. Windows color (decimal): -16083319 or 9016842. OLE color: 9016842.

HSL color Cylindrical-coordinate representation of color #0A9689: hue angle of 174.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9689 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 150 137 -
CMYK 0.93 0 0.09 0.41
HSL 174.43º 0.88% 0.31% -
HSV(B) 174.43º 0.93% 0.59% -
XYZ 15.55 23.68 27.42 -
YUV 106.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 10 150 137 0.93 0 0.09 0.41 174.43 0.88 0.31
Hex A 96 89 5D 0 9 29 AE 58 1F
Octal 12 226 211 135 0 11 51 256 130 37
Binary 1010 10010110 10001001 1011101 0 1001 101001 10101110 1011000 11111

Color Harmonies of #0A9689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9689

Black with #0A9689

Text Example


Text Example

White with #0A9689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,150,137); }

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

background-color css

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

 a { background-color: rgb(10,150,137); }

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

border-color css

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

 span { border-color: rgb(10,150,137); }

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