#129283

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

Shades of Dark Cyan #129283

Tints of Dark Cyan #129283

Color information

#129283 (or 0x129283) is unknown color: approx Dark Cyan. HEX triplet: 12, 92 and 83. RGB value is (18,146,131). Sum of RGB (Red+Green+Blue) = 18+146+131=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #129283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129283 is #ED6D7C. Grayscale: #696969. Windows color (decimal): -15560061 or 8622610. OLE color: 8622610.

HSL color Cylindrical-coordinate representation of color #129283: hue angle of 172.97º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129283 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB18146131-
CMYK0.8800.100.43
HSL172.97º78.05%32.16%-
HSV(B)172.97º87.67%57.25%-
XYZ14.6322.3325.01-
YUV106.02142.0965.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=6.10%
G=49.49%
B=44.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461310.8800.100.43172.9778.0532.16
Hex129283580A2Bad4e20
Octal222222031300125325511640
Binary100101001001010000011101100001010101011101011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129283; }

 p { color: rgb(18,146,131); }

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

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

 a { background-color: rgb(18,146,131); }

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

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

 span { border-color: rgb(18,146,131); }

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