Html Css Color HEX #129184 Dark Cyan

📋 copy color: '#129184'

red 18 ◦ green 145 ◦ blue 132

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

Shades of Dark Cyan #129184

Tints of Dark Cyan #129184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

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

R = 6.1%
G = 49.15%
B = 44.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#129184 (or 0x129184) is known color: Dark Cyan. HEX triplet: 12, 91 and 84. RGB value is (18,145,132). Sum of RGB (Red+Green+Blue) = 18+145+132=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #129184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129184 is #ED6E7B. Grayscale: #696969. Windows color (decimal): -15560316 or 8687890. OLE color: 8687890.

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

Color convert

RGB 18 145 132 -
CMYK 0.88 0 0.09 0.43
HSL 173.86º 0.78% 0.32% -
HSV(B) 173.86º 0.88% 0.57% -
XYZ 14.54 22.05 25.32 -
YUV 105.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 18 145 132 0.88 0 0.09 0.43 173.86 0.78 0.32
Hex 12 91 84 58 0 9 2B AE 4E 20
Octal 22 221 204 130 0 11 53 256 116 40
Binary 10010 10010001 10000100 1011000 0 1001 101011 10101110 1001110 100000

Color Harmonies of #129184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129184

Black with #129184

Text Example


Text Example

White with #129184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129184; }

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

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

background-color css

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

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

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

border-color css

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

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

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