Html Css Color HEX #129384 Dark Cyan

📋 copy color: '#129384'

red 18 ◦ green 147 ◦ blue 132

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

Shades of Dark Cyan #129384

Tints of Dark Cyan #129384

RGB

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

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

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

R = 6.06%
G = 49.49%
B = 44.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#129384 (or 0x129384) is known color: Dark Cyan. HEX triplet: 12, 93 and 84. RGB value is (18,147,132). Sum of RGB (Red+Green+Blue) = 18+147+132=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #129384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129384 is #ED6C7B. Grayscale: #6A6A6A. Windows color (decimal): -15559804 or 8688402. OLE color: 8688402.

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

Color convert

RGB 18 147 132 -
CMYK 0.88 0 0.10 0.42
HSL 173.02º 0.78% 0.32% -
HSV(B) 173.02º 0.88% 0.58% -
XYZ 14.85 22.66 25.42 -
YUV 106.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 18 147 132 0.88 0 0.10 0.42 173.02 0.78 0.32
Hex 12 93 84 58 0 A 2A AD 4E 20
Octal 22 223 204 130 0 12 52 255 116 40
Binary 10010 10010011 10000100 1011000 0 1010 101010 10101101 1001110 100000

Color Harmonies of #129384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129384

Black with #129384

Text Example


Text Example

White with #129384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129384; }

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

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

background-color css

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

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

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

border-color css

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

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

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