#18848A

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

Shades of Dark Cyan #18848A

Tints of Dark Cyan #18848A

Color information

#18848A (or 0x18848A) is unknown color: approx Dark Cyan. HEX triplet: 18, 84 and 8A. RGB value is (24,132,138). Sum of RGB (Red+Green+Blue) = 24+132+138=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #18848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18848A is #E77B75. Grayscale: #646464. Windows color (decimal): -15170422 or 9077784. OLE color: 9077784.

HSL color Cylindrical-coordinate representation of color #18848A: hue angle of 183.16º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18848A is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24132138-
CMYK0.830.0400.46
HSL183.16º70.37%31.76%-
HSV(B)183.16º82.61%54.12%-
XYZ13.2218.5326.93-
YUV100.39149.2273.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.16%
GREEN value IS 132 (51.95% from 255) = 44.90%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=8.16%
G=44.90%
B=46.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241321380.830.0400.46183.1670.3731.76
Hex18848A53402Eb74620
Octal30204212123405626710640
Binary11000100001001000101010100111000101110101101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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