Html Css Color HEX #129083 Dark Cyan

📋 copy color: '#129083'

red 18 ◦ green 144 ◦ blue 131

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

Shades of Dark Cyan #129083

Tints of Dark Cyan #129083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

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

R = 6.14%
G = 49.15%
B = 44.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#129083 (or 0x129083) is known color: Dark Cyan. HEX triplet: 12, 90 and 83. RGB value is (18,144,131). Sum of RGB (Red+Green+Blue) = 18+144+131=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #129083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129083 is #ED6F7C. Grayscale: #686868. Windows color (decimal): -15560573 or 8622098. OLE color: 8622098.

HSL color Cylindrical-coordinate representation of color #129083: hue angle of 173.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129083 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 131 -
CMYK 0.88 0 0.09 0.44
HSL 173.81º 0.78% 0.32% -
HSV(B) 173.81º 0.88% 0.56% -
XYZ 14.32 21.71 24.91 -
YUV 104.84 142.76 66.06 -
System Red Green Blue C M Y K H S L
Decimal 18 144 131 0.88 0 0.09 0.44 173.81 0.78 0.32
Hex 12 90 83 58 0 9 2C AE 4E 20
Octal 22 220 203 130 0 11 54 256 116 40
Binary 10010 10010000 10000011 1011000 0 1001 101100 10101110 1001110 100000

Color Harmonies of #129083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129083

Black with #129083

Text Example


Text Example

White with #129083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129083; }

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

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

background-color css

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

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

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

border-color css

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

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

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