#12908D

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

Shades of Dark Cyan #12908D

Tints of Dark Cyan #12908D

Color information

#12908D (or 0x12908D) is unknown color: approx Dark Cyan. HEX triplet: 12, 90 and 8D. RGB value is (18,144,141). Sum of RGB (Red+Green+Blue) = 18+144+141=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #12908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12908D is #ED6F72. Grayscale: #696969. Windows color (decimal): -15560563 or 9277458. OLE color: 9277458.

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

Color convert

RGB18144141-
CMYK0.8800.020.44
HSL178.57º77.78%31.76%-
HSV(B)178.57º87.5%56.47%-
XYZ15.032228.65-
YUV105.98147.7665.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=5.94%
G=47.52%
B=46.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441410.8800.020.44178.5777.7831.76
Hex12908D58022Cb34e20
Octal22220215130025426311640
Binary1001010010000100011011011000010101100101100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12908D; }

 p { color: rgb(18,144,141); }

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

<style>
 a { background-color: #12908D; }

 a { background-color: rgb(18,144,141); }

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

<style>
 span { border-color: #12908D; }

 span { border-color: rgb(18,144,141); }

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