Html Css Color HEX #129383 Dark Cyan

📋 copy color: '#129383'

red 18 ◦ green 147 ◦ blue 131

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

Shades of Dark Cyan #129383

Tints of Dark Cyan #129383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 6.08%
G = 49.66%
B = 44.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#129383 (or 0x129383) is known color: Dark Cyan. HEX triplet: 12, 93 and 83. RGB value is (18,147,131). Sum of RGB (Red+Green+Blue) = 18+147+131=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #129383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129383 is #ED6C7C. Grayscale: #6A6A6A. Windows color (decimal): -15559805 or 8622866. OLE color: 8622866.

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

Color convert

RGB 18 147 131 -
CMYK 0.88 0 0.11 0.42
HSL 172.56º 0.78% 0.32% -
HSV(B) 172.56º 0.88% 0.58% -
XYZ 14.78 22.63 25.06 -
YUV 106.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 18 147 131 0.88 0 0.11 0.42 172.56 0.78 0.32
Hex 12 93 83 58 0 B 2A AD 4E 20
Octal 22 223 203 130 0 13 52 255 116 40
Binary 10010 10010011 10000011 1011000 0 1011 101010 10101101 1001110 100000

Color Harmonies of #129383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129383

Black with #129383

Text Example


Text Example

White with #129383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129383; }

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

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

background-color css

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

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

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

border-color css

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

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

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