Html Css Color HEX #0A8689 Dark Cyan

📋 copy color: '#0A8689'

red 10 ◦ green 134 ◦ blue 137

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

Shades of Dark Cyan #0A8689

Tints of Dark Cyan #0A8689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.69%

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

R = 3.56%
G = 47.69%
B = 48.75%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A8689 (or 0x0A8689) is known color: Dark Cyan. HEX triplet: 0A, 86 and 89. RGB value is (10,134,137). Sum of RGB (Red+Green+Blue) = 10+134+137=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A8689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8689 is #F57976. Grayscale: #616161. Windows color (decimal): -16087415 or 9012746. OLE color: 9012746.

HSL color Cylindrical-coordinate representation of color #0A8689: hue angle of 181.42º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8689 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 134 137 -
CMYK 0.93 0.02 0 0.46
HSL 181.42º 0.86% 0.29% -
HSV(B) 181.42º 0.93% 0.54% -
XYZ 13.17 18.92 26.63 -
YUV 97.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 10 134 137 0.93 0.02 0 0.46 181.42 0.86 0.29
Hex A 86 89 5D 2 0 2E B5 56 1D
Octal 12 206 211 135 2 0 56 265 126 35
Binary 1010 10000110 10001001 1011101 10 0 101110 10110101 1010110 11101

Color Harmonies of #0A8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8689

Black with #0A8689

Text Example


Text Example

White with #0A8689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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