#129084

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

Shades of Dark Cyan #129084

Tints of Dark Cyan #129084

Color information

#129084 (or 0x129084) is unknown color: approx Dark Cyan. HEX triplet: 12, 90 and 84. RGB value is (18,144,132). Sum of RGB (Red+Green+Blue) = 18+144+132=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #129084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129084 is #ED6F7B. Grayscale: #686868. Windows color (decimal): -15560572 or 8687634. OLE color: 8687634.

HSL color Cylindrical-coordinate representation of color #129084: hue angle of 174.29º 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 #129084 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB18144132-
CMYK0.8800.080.44
HSL174.29º77.78%31.76%-
HSV(B)174.29º87.5%56.47%-
XYZ14.3921.7425.27-
YUV104.96143.2665.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=6.12%
G=48.98%
B=44.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441320.8800.080.44174.2977.7831.76
Hex12908458082Cae4e20
Octal222202041300105425611640
Binary100101001000010000100101100001000101100101011101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129084; }

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

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

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

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

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

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

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

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