Html Css Color HEX #0A8A89 Dark Cyan

📋 copy color: '#0A8A89'

red 10 ◦ green 138 ◦ blue 137

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

Shades of Dark Cyan #0A8A89

Tints of Dark Cyan #0A8A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

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

R = 3.51%
G = 48.42%
B = 48.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#0A8A89 (or 0x0A8A89) is known color: Dark Cyan. HEX triplet: 0A, 8A and 89. RGB value is (10,138,137). Sum of RGB (Red+Green+Blue) = 10+138+137=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8A89 is #F57576. Grayscale: #636363. Windows color (decimal): -16086391 or 9013770. OLE color: 9013770.

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

Color convert

RGB 10 138 137 -
CMYK 0.93 0 0.01 0.46
HSL 179.53º 0.86% 0.29% -
HSV(B) 179.53º 0.93% 0.54% -
XYZ 13.73 20.05 26.81 -
YUV 99.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 10 138 137 0.93 0 0.01 0.46 179.53 0.86 0.29
Hex A 8A 89 5D 0 1 2E B4 56 1D
Octal 12 212 211 135 0 1 56 264 126 35
Binary 1010 10001010 10001001 1011101 0 1 101110 10110100 1010110 11101

Color Harmonies of #0A8A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A89

Black with #0A8A89

Text Example


Text Example

White with #0A8A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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