Html Css Color HEX #129185 Dark Cyan

📋 copy color: '#129185'

red 18 ◦ green 145 ◦ blue 133

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

Shades of Dark Cyan #129185

Tints of Dark Cyan #129185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 6.08%
G = 48.99%
B = 44.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#129185 (or 0x129185) is known color: Dark Cyan. HEX triplet: 12, 91 and 85. RGB value is (18,145,133). Sum of RGB (Red+Green+Blue) = 18+145+133=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #129185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129185 is #ED6E7A. Grayscale: #696969. Windows color (decimal): -15560315 or 8753426. OLE color: 8753426.

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

Color convert

RGB 18 145 133 -
CMYK 0.88 0 0.08 0.43
HSL 174.33º 0.78% 0.32% -
HSV(B) 174.33º 0.88% 0.57% -
XYZ 14.61 22.07 25.68 -
YUV 105.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 18 145 133 0.88 0 0.08 0.43 174.33 0.78 0.32
Hex 12 91 85 58 0 8 2B AE 4E 20
Octal 22 221 205 130 0 10 53 256 116 40
Binary 10010 10010001 10000101 1011000 0 1000 101011 10101110 1001110 100000

Color Harmonies of #129185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129185

Black with #129185

Text Example


Text Example

White with #129185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129185; }

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

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

background-color css

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

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

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

border-color css

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

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

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