#18848B

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

Shades of Dark Cyan #18848B

Tints of Dark Cyan #18848B

Color information

#18848B (or 0x18848B) is unknown color: approx Dark Cyan. HEX triplet: 18, 84 and 8B. RGB value is (24,132,139). Sum of RGB (Red+Green+Blue) = 24+132+139=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #18848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18848B is #E77B74. Grayscale: #646464. Windows color (decimal): -15170421 or 9143320. OLE color: 9143320.

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

Color convert

RGB24132139-
CMYK0.830.0500.45
HSL183.65º70.55%31.96%-
HSV(B)183.65º82.73%54.51%-
XYZ13.2918.5627.31-
YUV100.51149.7273.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=8.14%
G=44.75%
B=47.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241321390.830.0500.45183.6570.5531.96
Hex18848B53502Db84720
Octal30204213123505527010740
Binary11000100001001000101110100111010101101101110001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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