Html Css Color HEX #129281 Dark Cyan

📋 copy color: '#129281'

red 18 ◦ green 146 ◦ blue 129

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

Shades of Dark Cyan #129281

Tints of Dark Cyan #129281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.83%

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

R = 6.14%
G = 49.83%
B = 44.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#129281 (or 0x129281) is known color: Dark Cyan. HEX triplet: 12, 92 and 81. RGB value is (18,146,129). Sum of RGB (Red+Green+Blue) = 18+146+129=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #129281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129281 is #ED6D7E. Grayscale: #696969. Windows color (decimal): -15560063 or 8491538. OLE color: 8491538.

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

Color convert

RGB 18 146 129 -
CMYK 0.88 0 0.12 0.43
HSL 172.03º 0.78% 0.32% -
HSV(B) 172.03º 0.88% 0.57% -
XYZ 14.49 22.27 24.3 -
YUV 105.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 18 146 129 0.88 0 0.12 0.43 172.03 0.78 0.32
Hex 12 92 81 58 0 C 2B AC 4E 20
Octal 22 222 201 130 0 14 53 254 116 40
Binary 10010 10010010 10000001 1011000 0 1100 101011 10101100 1001110 100000

Color Harmonies of #129281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129281

Black with #129281

Text Example


Text Example

White with #129281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129281; }

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

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

background-color css

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

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

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

border-color css

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

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

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