#18808D

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

Shades of Dark Cyan #18808D

Tints of Dark Cyan #18808D

Color information

#18808D (or 0x18808D) is unknown color: approx Dark Cyan. HEX triplet: 18, 80 and 8D. RGB value is (24,128,141). Sum of RGB (Red+Green+Blue) = 24+128+141=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #18808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18808D is #E77F72. Grayscale: #626262. Windows color (decimal): -15171443 or 9273368. OLE color: 9273368.

HSL color Cylindrical-coordinate representation of color #18808D: hue angle of 186.67º 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 #18808D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24128141-
CMYK0.830.0900.45
HSL186.67º70.91%32.35%-
HSV(B)186.67º82.98%55.29%-
XYZ12.917.5627.91-
YUV98.39152.0474.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=8.19%
G=43.69%
B=48.12%

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
Decimal241281410.830.0900.45186.6770.9132.35
Hex18808D53902Dbb4720
Octal302002151231105527310740
Binary110001000000010001101101001110010101101101110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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