Html Css Color HEX #129381 Dark Cyan

📋 copy color: '#129381'

red 18 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #129381

Tints of Dark Cyan #129381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 6.12%
G = 50%
B = 43.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#129381 (or 0x129381) is known color: Dark Cyan. HEX triplet: 12, 93 and 81. RGB value is (18,147,129). Sum of RGB (Red+Green+Blue) = 18+147+129=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #129381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129381 is #ED6C7E. Grayscale: #6A6A6A. Windows color (decimal): -15559807 or 8491794. OLE color: 8491794.

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

Color convert

RGB 18 147 129 -
CMYK 0.88 0 0.12 0.42
HSL 171.63º 0.78% 0.32% -
HSV(B) 171.63º 0.88% 0.58% -
XYZ 14.65 22.58 24.36 -
YUV 106.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 18 147 129 0.88 0 0.12 0.42 171.63 0.78 0.32
Hex 12 93 81 58 0 C 2A AC 4E 20
Octal 22 223 201 130 0 14 52 254 116 40
Binary 10010 10010011 10000001 1011000 0 1100 101010 10101100 1001110 100000

Color Harmonies of #129381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129381

Black with #129381

Text Example


Text Example

White with #129381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129381; }

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

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

background-color css

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

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

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

border-color css

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

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

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