#018A93

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

Shades of Dark Cyan #018A93

Tints of Dark Cyan #018A93

Color information

#018A93 (or 0x018A93) is unknown color: approx Dark Cyan. HEX triplet: 01, 8A and 93. RGB value is (1,138,147). Sum of RGB (Red+Green+Blue) = 1+138+147=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #018A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A93 is #FE756C. Grayscale: #616161. Windows color (decimal): -16676205 or 9669121. OLE color: 9669121.

HSL color Cylindrical-coordinate representation of color #018A93: hue angle of 183.7º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A93 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1138147-
CMYK0.990.0600.42
HSL183.7º98.65%29.02%-
HSV(B)183.7º99.32%57.65%-
XYZ14.3720.2930.76-
YUV98.06155.6158.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=0.35%
G=48.25%
B=51.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11381470.990.0600.42183.798.6529.02
Hex18A9363602Ab8631d
Octal1212223143605227014335
Binary110001010100100111100011110010101010111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A93; }

 p { color: rgb(1,138,147); }

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

<style>
 a { background-color: #018A93; }

 a { background-color: rgb(1,138,147); }

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

<style>
 span { border-color: #018A93; }

 span { border-color: rgb(1,138,147); }

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