#18848D

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

Shades of Dark Cyan #18848D

Tints of Dark Cyan #18848D

Color information

#18848D (or 0x18848D) is unknown color: approx Dark Cyan. HEX triplet: 18, 84 and 8D. RGB value is (24,132,141). Sum of RGB (Red+Green+Blue) = 24+132+141=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #18848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18848D is #E77B72. Grayscale: #646464. Windows color (decimal): -15170419 or 9274392. OLE color: 9274392.

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

Color convert

RGB24132141-
CMYK0.830.0600.45
HSL184.62º70.91%32.35%-
HSV(B)184.62º82.98%55.29%-
XYZ13.4418.6228.09-
YUV100.73150.7273.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=8.08%
G=44.44%
B=47.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241321410.830.0600.45184.6270.9132.35
Hex18848D53602Db94720
Octal30204215123605527110740
Binary11000100001001000110110100111100101101101110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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