Html Css Color HEX #129584 Dark Cyan

📋 copy color: '#129584'

red 18 ◦ green 149 ◦ blue 132

#129584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #129584

Tints of Dark Cyan #129584

RGB

 RED value IS 18 (7.42% from 255) = 6.02%

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 6.02%
G = 49.83%
B = 44.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#129584 (or 0x129584) is known color: Dark Cyan. HEX triplet: 12, 95 and 84. RGB value is (18,149,132). Sum of RGB (Red+Green+Blue) = 18+149+132=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #129584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129584 is #ED6A7B. Grayscale: #6B6B6B. Windows color (decimal): -15559292 or 8688914. OLE color: 8688914.

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

Color convert

RGB 18 149 132 -
CMYK 0.88 0 0.11 0.42
HSL 172.21º 0.78% 0.33% -
HSV(B) 172.21º 0.88% 0.58% -
XYZ 15.16 23.29 25.53 -
YUV 107.89 141.6 63.88 -
System Red Green Blue C M Y K H S L
Decimal 18 149 132 0.88 0 0.11 0.42 172.21 0.78 0.33
Hex 12 95 84 58 0 B 2A AC 4E 21
Octal 22 225 204 130 0 13 52 254 116 41
Binary 10010 10010101 10000100 1011000 0 1011 101010 10101100 1001110 100001

Color Harmonies of #129584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129584

Black with #129584

Text Example


Text Example

White with #129584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129584; }

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

 H1.HeaderClassName
 {
   color: #129584;
 }
 .AnyTagClassName
 {
   color: #129584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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