#0A8883

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

Shades of Dark Cyan #0A8883

Tints of Dark Cyan #0A8883

Color information

#0A8883 (or 0x0A8883) is unknown color: approx Dark Cyan. HEX triplet: 0A, 88 and 83. RGB value is (10,136,131). Sum of RGB (Red+Green+Blue) = 10+136+131=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8883 is #F5777C. Grayscale: #616161. Windows color (decimal): -16086909 or 8620042. OLE color: 8620042.

HSL color Cylindrical-coordinate representation of color #0A8883: hue angle of 177.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8883 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB10136131-
CMYK0.9300.040.47
HSL177.62º86.3%28.63%-
HSV(B)177.62º92.65%53.33%-
XYZ13.0319.3124.51-
YUV97.76146.7665.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=3.61%
G=49.10%
B=47.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101361310.9300.040.47177.6286.328.63
HexA88835D042Fb2561d
Octal12210203135045726212635
Binary101010001000100000111011101010010111110110010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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