Html Css Color HEX #0A8992 Dark Cyan

📋 copy color: '#0A8992'

red 10 ◦ green 137 ◦ blue 146

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

Shades of Dark Cyan #0A8992

Tints of Dark Cyan #0A8992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 3.41%
G = 46.76%
B = 49.83%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0A8992 (or 0x0A8992) is known color: Dark Cyan. HEX triplet: 0A, 89 and 92. RGB value is (10,137,146). Sum of RGB (Red+Green+Blue) = 10+137+146=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A8992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8992 is #F5766D. Grayscale: #636363. Windows color (decimal): -16086638 or 9603338. OLE color: 9603338.

HSL color Cylindrical-coordinate representation of color #0A8992: hue angle of 183.97º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8992 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 10 137 146 -
CMYK 0.93 0.06 0 0.43
HSL 183.97º 0.87% 0.31% -
HSV(B) 183.97º 0.93% 0.57% -
XYZ 14.26 20.03 30.31 -
YUV 100.05 153.92 63.77 -
System Red Green Blue C M Y K H S L
Decimal 10 137 146 0.93 0.06 0 0.43 183.97 0.87 0.31
Hex A 89 92 5D 6 0 2B B8 57 1F
Octal 12 211 222 135 6 0 53 270 127 37
Binary 1010 10001001 10010010 1011101 110 0 101011 10111000 1010111 11111

Color Harmonies of #0A8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8992

Black with #0A8992

Text Example


Text Example

White with #0A8992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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