#12848F

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

Shades of Dark Cyan #12848F

Tints of Dark Cyan #12848F

Color information

#12848F (or 0x12848F) is unknown color: approx Dark Cyan. HEX triplet: 12, 84 and 8F. RGB value is (18,132,143). Sum of RGB (Red+Green+Blue) = 18+132+143=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #12848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12848F is #ED7B70. Grayscale: #636363. Windows color (decimal): -15563633 or 9405458. OLE color: 9405458.

HSL color Cylindrical-coordinate representation of color #12848F: hue angle of 185.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12848F is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB18132143-
CMYK0.870.0800.44
HSL185.28º77.64%31.57%-
HSV(B)185.28º87.41%56.08%-
XYZ13.4618.6128.87-
YUV99.17152.7370.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 143 (56.25% from 255) = 48.81%
R=6.14%
G=45.05%
B=48.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181321430.870.0800.44185.2877.6431.57
Hex12848F57802Cb94e20
Octal222042171271005427111640
Binary100101000010010001111101011110000101100101110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12848F; }

 p { color: rgb(18,132,143); }

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

<style>
 a { background-color: #12848F; }

 a { background-color: rgb(18,132,143); }

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

<style>
 span { border-color: #12848F; }

 span { border-color: rgb(18,132,143); }

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