#12948C

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

Shades of Dark Cyan #12948C

Tints of Dark Cyan #12948C

Color information

#12948C (or 0x12948C) is unknown color: approx Dark Cyan. HEX triplet: 12, 94 and 8C. RGB value is (18,148,140). Sum of RGB (Red+Green+Blue) = 18+148+140=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #12948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12948C is #ED6B73. Grayscale: #6C6C6C. Windows color (decimal): -15559540 or 9212946. OLE color: 9212946.

HSL color Cylindrical-coordinate representation of color #12948C: hue angle of 176.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12948C is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB18148140-
CMYK0.8800.050.42
HSL176.31º78.31%32.55%-
HSV(B)176.31º87.84%58.04%-
XYZ15.5723.228.47-
YUV108.22145.9363.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.88%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=5.88%
G=48.37%
B=45.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181481400.8800.050.42176.3178.3132.55
Hex12948C58052Ab04e21
Octal22224214130055226011641
Binary10010100101001000110010110000101101010101100001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12948C; }

 p { color: rgb(18,148,140); }

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

<style>
 a { background-color: #12948C; }

 a { background-color: rgb(18,148,140); }

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

<style>
 span { border-color: #12948C; }

 span { border-color: rgb(18,148,140); }

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