Html Css Color HEX #0A808B Dark Cyan

📋 copy color: '#0A808B'

red 10 ◦ green 128 ◦ blue 139

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

Shades of Dark Cyan #0A808B

Tints of Dark Cyan #0A808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 3.61%
G = 46.21%
B = 50.18%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A808B (or 0x0A808B) is known color: Dark Cyan. HEX triplet: 0A, 80 and 8B. RGB value is (10,128,139). Sum of RGB (Red+Green+Blue) = 10+128+139=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A808B is #F57F74. Grayscale: #5D5D5D. Windows color (decimal): -16088949 or 9142282. OLE color: 9142282.

HSL color Cylindrical-coordinate representation of color #0A808B: hue angle of 185.12º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A808B is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 128 139 -
CMYK 0.93 0.08 0 0.45
HSL 185.12º 0.87% 0.29% -
HSV(B) 185.12º 0.93% 0.55% -
XYZ 12.5 17.37 27.12 -
YUV 93.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 10 128 139 0.93 0.08 0 0.45 185.12 0.87 0.29
Hex A 80 8B 5D 8 0 2D B9 57 1D
Octal 12 200 213 135 10 0 55 271 127 35
Binary 1010 10000000 10001011 1011101 1000 0 101101 10111001 1010111 11101

Color Harmonies of #0A808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A808B

Black with #0A808B

Text Example


Text Example

White with #0A808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,128,139); }

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

background-color css

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

 a { background-color: rgb(10,128,139); }

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

border-color css

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

 span { border-color: rgb(10,128,139); }

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