#018B95

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

Shades of Dark Cyan #018B95

Tints of Dark Cyan #018B95

Color information

#018B95 (or 0x018B95) is unknown color: approx Dark Cyan. HEX triplet: 01, 8B and 95. RGB value is (1,139,149). Sum of RGB (Red+Green+Blue) = 1+139+149=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #018B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B95 is #FE746A. Grayscale: #626262. Windows color (decimal): -16675947 or 9800449. OLE color: 9800449.

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

Color convert

RGB1139149-
CMYK0.990.0700.42
HSL184.05º98.67%29.41%-
HSV(B)184.05º99.33%58.43%-
XYZ14.6720.6431.64-
YUV98.88156.2858.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 139 (54.69% from 255) = 48.10%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=0.35%
G=48.10%
B=51.56%

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
Decimal11391490.990.0700.42184.0598.6729.41
Hex18B9563702Ab8631d
Octal1213225143705227014335
Binary110001011100101011100011111010101010111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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