Html Css Color HEX #129389 Dark Cyan

📋 copy color: '#129389'

red 18 ◦ green 147 ◦ blue 137

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

Shades of Dark Cyan #129389

Tints of Dark Cyan #129389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.68%

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 5.96%
G = 48.68%
B = 45.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#129389 (or 0x129389) is known color: Dark Cyan. HEX triplet: 12, 93 and 89. RGB value is (18,147,137). Sum of RGB (Red+Green+Blue) = 18+147+137=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #129389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129389 is #ED6C76. Grayscale: #6B6B6B. Windows color (decimal): -15559799 or 9016082. OLE color: 9016082.

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

Color convert

RGB 18 147 137 -
CMYK 0.88 0 0.07 0.42
HSL 175.35º 0.78% 0.32% -
HSV(B) 175.35º 0.88% 0.58% -
XYZ 15.2 22.8 27.27 -
YUV 107.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 18 147 137 0.88 0 0.07 0.42 175.35 0.78 0.32
Hex 12 93 89 58 0 7 2A AF 4E 20
Octal 22 223 211 130 0 7 52 257 116 40
Binary 10010 10010011 10001001 1011000 0 111 101010 10101111 1001110 100000

Color Harmonies of #129389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129389

Black with #129389

Text Example


Text Example

White with #129389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129389; }

 p { color: rgb(18,147,137); }

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

background-color css

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

 a { background-color: rgb(18,147,137); }

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

border-color css

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

 span { border-color: rgb(18,147,137); }

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