Html Css Color HEX #0A928A Dark Cyan

📋 copy color: '#0A928A'

red 10 ◦ green 146 ◦ blue 138

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

Shades of Dark Cyan #0A928A

Tints of Dark Cyan #0A928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 3.4%
G = 49.66%
B = 46.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#0A928A (or 0x0A928A) is known color: Dark Cyan. HEX triplet: 0A, 92 and 8A. RGB value is (10,146,138). Sum of RGB (Red+Green+Blue) = 10+146+138=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #0A928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A928A is #F56D75. Grayscale: #686868. Windows color (decimal): -16084342 or 9081354. OLE color: 9081354.

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

Color convert

RGB 10 146 138 -
CMYK 0.93 0 0.05 0.43
HSL 176.47º 0.87% 0.31% -
HSV(B) 176.47º 0.93% 0.57% -
XYZ 14.99 22.46 27.59 -
YUV 104.42 146.94 60.65 -
System Red Green Blue C M Y K H S L
Decimal 10 146 138 0.93 0 0.05 0.43 176.47 0.87 0.31
Hex A 92 8A 5D 0 5 2B B0 57 1F
Octal 12 222 212 135 0 5 53 260 127 37
Binary 1010 10010010 10001010 1011101 0 101 101011 10110000 1010111 11111

Color Harmonies of #0A928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A928A

Black with #0A928A

Text Example


Text Example

White with #0A928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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