Html Css Color HEX #129583 Dark Cyan

📋 copy color: '#129583'

red 18 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #129583

Tints of Dark Cyan #129583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50%

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

R = 6.04%
G = 50%
B = 43.96%

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

#129583 (or 0x129583) is known color: Dark Cyan. HEX triplet: 12, 95 and 83. RGB value is (18,149,131). Sum of RGB (Red+Green+Blue) = 18+149+131=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #129583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129583 is #ED6A7C. Grayscale: #6B6B6B. Windows color (decimal): -15559293 or 8623378. OLE color: 8623378.

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

Color convert

RGB 18 149 131 -
CMYK 0.88 0 0.12 0.42
HSL 171.76º 0.78% 0.33% -
HSV(B) 171.76º 0.88% 0.58% -
XYZ 15.09 23.26 25.17 -
YUV 107.78 141.1 63.96 -
System Red Green Blue C M Y K H S L
Decimal 18 149 131 0.88 0 0.12 0.42 171.76 0.78 0.33
Hex 12 95 83 58 0 C 2A AC 4E 21
Octal 22 225 203 130 0 14 52 254 116 41
Binary 10010 10010101 10000011 1011000 0 1100 101010 10101100 1001110 100001

Color Harmonies of #129583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129583

Black with #129583

Text Example


Text Example

White with #129583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129583; }

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

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

background-color css

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

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

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

border-color css

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

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

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