#0A9788

Color #0A9788 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0A9788

Tints of Dark Cyan #0A9788

Color information

#0A9788 (or 0x0A9788) is unknown color: approx Dark Cyan. HEX triplet: 0A, 97 and 88. RGB value is (10,151,136). Sum of RGB (Red+Green+Blue) = 10+151+136=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #0A9788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9788 is #F56877. Grayscale: #6B6B6B. Windows color (decimal): -16083064 or 8951562. OLE color: 8951562.

HSL color Cylindrical-coordinate representation of color #0A9788: hue angle of 173.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9788 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB10151136-
CMYK0.9300.100.41
HSL173.62º87.58%31.57%-
HSV(B)173.62º93.38%59.22%-
XYZ15.6423.9827.1-
YUV107.13144.2958.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.37%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=3.37%
G=50.84%
B=45.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101511360.9300.100.41173.6287.5831.57
HexA97885D0A29ae5820
Octal122272101350125125613040
Binary10101001011110001000101110101010101001101011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,151,136); }

 H1.HeaderClassName
 {
   color: #0A9788;
 }
 .AnyTagClassName
 {
   color: #0A9788;
 }
</style>
background-color css

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

 a { background-color: rgb(10,151,136); }

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

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

 span { border-color: rgb(10,151,136); }

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