#18828D

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

Shades of Dark Cyan #18828D

Tints of Dark Cyan #18828D

Color information

#18828D (or 0x18828D) is unknown color: approx Dark Cyan. HEX triplet: 18, 82 and 8D. RGB value is (24,130,141). Sum of RGB (Red+Green+Blue) = 24+130+141=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #18828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18828D is #E77D72. Grayscale: #636363. Windows color (decimal): -15170931 or 9273880. OLE color: 9273880.

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

Color convert

RGB24130141-
CMYK0.830.0800.45
HSL185.64º70.91%32.35%-
HSV(B)185.64º82.98%55.29%-
XYZ13.1718.0828-
YUV99.56151.3874.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=8.14%
G=44.07%
B=47.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241301410.830.0800.45185.6470.9132.35
Hex18828D53802Dba4720
Octal302022151231005527210740
Binary110001000001010001101101001110000101101101110101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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