Html Css Color HEX #0A8489 Dark Cyan

📋 copy color: '#0A8489'

red 10 ◦ green 132 ◦ blue 137

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

Shades of Dark Cyan #0A8489

Tints of Dark Cyan #0A8489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

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

R = 3.58%
G = 47.31%
B = 49.1%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A8489 (or 0x0A8489) is known color: Dark Cyan. HEX triplet: 0A, 84 and 89. RGB value is (10,132,137). Sum of RGB (Red+Green+Blue) = 10+132+137=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A8489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8489 is #F57B76. Grayscale: #5F5F5F. Windows color (decimal): -16087927 or 9012234. OLE color: 9012234.

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

Color convert

RGB 10 132 137 -
CMYK 0.93 0.04 0 0.46
HSL 182.36º 0.86% 0.29% -
HSV(B) 182.36º 0.93% 0.54% -
XYZ 12.89 18.37 26.53 -
YUV 96.09 151.08 66.59 -
System Red Green Blue C M Y K H S L
Decimal 10 132 137 0.93 0.04 0 0.46 182.36 0.86 0.29
Hex A 84 89 5D 4 0 2E B6 56 1D
Octal 12 204 211 135 4 0 56 266 126 35
Binary 1010 10000100 10001001 1011101 100 0 101110 10110110 1010110 11101

Color Harmonies of #0A8489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8489

Black with #0A8489

Text Example


Text Example

White with #0A8489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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