#18818D

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

Shades of Dark Cyan #18818D

Tints of Dark Cyan #18818D

Color information

#18818D (or 0x18818D) is unknown color: approx Dark Cyan. HEX triplet: 18, 81 and 8D. RGB value is (24,129,141). Sum of RGB (Red+Green+Blue) = 24+129+141=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #18818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18818D is #E77E72. Grayscale: #626262. Windows color (decimal): -15171187 or 9273624. OLE color: 9273624.

HSL color Cylindrical-coordinate representation of color #18818D: hue angle of 186.15º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18818D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24129141-
CMYK0.830.0900.45
HSL186.15º70.91%32.35%-
HSV(B)186.15º82.98%55.29%-
XYZ13.0317.8227.95-
YUV98.97151.7174.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.16%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=8.16%
G=43.88%
B=47.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241291410.830.0900.45186.1570.9132.35
Hex18818D53902Dba4720
Octal302012151231105527210740
Binary110001000000110001101101001110010101101101110101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18818D; }

 p { color: rgb(24,129,141); }

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

<style>
 a { background-color: #18818D; }

 a { background-color: rgb(24,129,141); }

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

<style>
 span { border-color: #18818D; }

 span { border-color: rgb(24,129,141); }

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