#018A95

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

Shades of Dark Cyan #018A95

Tints of Dark Cyan #018A95

Color information

#018A95 (or 0x018A95) is unknown color: approx Dark Cyan. HEX triplet: 01, 8A and 95. RGB value is (1,138,149). Sum of RGB (Red+Green+Blue) = 1+138+149=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #018A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A95 is #FE756A. Grayscale: #626262. Windows color (decimal): -16676203 or 9800193. OLE color: 9800193.

HSL color Cylindrical-coordinate representation of color #018A95: hue angle of 184.46º 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 #018A95 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1138149-
CMYK0.990.0700.42
HSL184.46º98.67%29.41%-
HSV(B)184.46º99.33%58.43%-
XYZ14.5320.3531.6-
YUV98.29156.6158.61-

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) = 47.92%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=0.35%
G=47.92%
B=51.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11381490.990.0700.42184.4698.6729.41
Hex18A9563702Ab8631d
Octal1212225143705227014335
Binary110001010100101011100011111010101010111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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