Html Css Color HEX #129388 Dark Cyan

📋 copy color: '#129388'

red 18 ◦ green 147 ◦ blue 136

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

Shades of Dark Cyan #129388

Tints of Dark Cyan #129388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 5.98%
G = 48.84%
B = 45.18%

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

#129388 (or 0x129388) is known color: Dark Cyan. HEX triplet: 12, 93 and 88. RGB value is (18,147,136). Sum of RGB (Red+Green+Blue) = 18+147+136=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #129388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129388 is #ED6C77. Grayscale: #6B6B6B. Windows color (decimal): -15559800 or 8950546. OLE color: 8950546.

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

Color convert

RGB 18 147 136 -
CMYK 0.88 0 0.07 0.42
HSL 174.88º 0.78% 0.32% -
HSV(B) 174.88º 0.88% 0.58% -
XYZ 15.13 22.77 26.89 -
YUV 107.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 18 147 136 0.88 0 0.07 0.42 174.88 0.78 0.32
Hex 12 93 88 58 0 7 2A AF 4E 20
Octal 22 223 210 130 0 7 52 257 116 40
Binary 10010 10010011 10001000 1011000 0 111 101010 10101111 1001110 100000

Color Harmonies of #129388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129388

Black with #129388

Text Example


Text Example

White with #129388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129388; }

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

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

background-color css

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

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

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

border-color css

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

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

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