#0A898B

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

Shades of Dark Cyan #0A898B

Tints of Dark Cyan #0A898B

Color information

#0A898B (or 0x0A898B) is unknown color: approx Dark Cyan. HEX triplet: 0A, 89 and 8B. RGB value is (10,137,139). Sum of RGB (Red+Green+Blue) = 10+137+139=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A898B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A898B is #F57674. Grayscale: #636363. Windows color (decimal): -16086645 or 9144586. OLE color: 9144586.

HSL color Cylindrical-coordinate representation of color #0A898B: hue angle of 180.93º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A898B is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10137139-
CMYK0.930.0100.45
HSL180.93º86.58%29.22%-
HSV(B)180.93º92.81%54.51%-
XYZ13.7319.8227.53-
YUV99.26150.4264.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.50%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=3.50%
G=47.90%
B=48.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101371390.930.0100.45180.9386.5829.22
HexA898B5D102Db5571d
Octal12211213135105526512735
Binary1010100010011000101110111011010110110110101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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