Html Css Color HEX #0A9280 Dark Cyan

📋 copy color: '#0A9280'

red 10 ◦ green 146 ◦ blue 128

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

Shades of Dark Cyan #0A9280

Tints of Dark Cyan #0A9280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 3.52%
G = 51.41%
B = 45.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#0A9280 (or 0x0A9280) is known color: Dark Cyan. HEX triplet: 0A, 92 and 80. RGB value is (10,146,128). Sum of RGB (Red+Green+Blue) = 10+146+128=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9280 is #F56D7F. Grayscale: #676767. Windows color (decimal): -16084352 or 8425994. OLE color: 8425994.

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

Color convert

RGB 10 146 128 -
CMYK 0.93 0 0.12 0.43
HSL 172.06º 0.87% 0.31% -
HSV(B) 172.06º 0.93% 0.57% -
XYZ 14.3 22.18 23.95 -
YUV 103.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 10 146 128 0.93 0 0.12 0.43 172.06 0.87 0.31
Hex A 92 80 5D 0 C 2B AC 57 1F
Octal 12 222 200 135 0 14 53 254 127 37
Binary 1010 10010010 10000000 1011101 0 1100 101011 10101100 1010111 11111

Color Harmonies of #0A9280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9280

Black with #0A9280

Text Example


Text Example

White with #0A9280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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