#18828E

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

Shades of Dark Cyan #18828E

Tints of Dark Cyan #18828E

Color information

#18828E (or 0x18828E) is unknown color: approx Dark Cyan. HEX triplet: 18, 82 and 8E. RGB value is (24,130,142). Sum of RGB (Red+Green+Blue) = 24+130+142=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #18828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18828E is #E77D71. Grayscale: #636363. Windows color (decimal): -15170930 or 9339416. OLE color: 9339416.

HSL color Cylindrical-coordinate representation of color #18828E: hue angle of 186.1º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18828E is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB24130142-
CMYK0.830.0800.44
HSL186.1º71.08%32.55%-
HSV(B)186.1º83.1%55.69%-
XYZ13.2418.1128.39-
YUV99.67151.8874.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.11%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=8.11%
G=43.92%
B=47.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241301420.830.0800.44186.171.0832.55
Hex18828E53802Cba4721
Octal302022161231005427210741
Binary110001000001010001110101001110000101100101110101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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