#018B81

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

Shades of Dark Cyan #018B81

Tints of Dark Cyan #018B81

Color information

#018B81 (or 0x018B81) is unknown color: approx Dark Cyan. HEX triplet: 01, 8B and 81. RGB value is (1,139,129). Sum of RGB (Red+Green+Blue) = 1+139+129=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #018B81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B81 is #FE747E. Grayscale: #606060. Windows color (decimal): -16675967 or 8489729. OLE color: 8489729.

HSL color Cylindrical-coordinate representation of color #018B81: hue angle of 175.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B81 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB1139129-
CMYK0.9900.070.45
HSL175.65º98.57%27.45%-
HSV(B)175.65º99.28%54.51%-
XYZ13.2120.0623.94-
YUV96.6146.2859.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 139 (54.69% from 255) = 51.67%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=0.37%
G=51.67%
B=47.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11391290.9900.070.45175.6598.5727.45
Hex18B8163072Db0631b
Octal1213201143075526014333
Binary110001011100000011100011011110110110110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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