Html Css Color HEX #129382 Dark Cyan

📋 copy color: '#129382'

red 18 ◦ green 147 ◦ blue 130

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

Shades of Dark Cyan #129382

Tints of Dark Cyan #129382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 6.1%
G = 49.83%
B = 44.07%

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

#129382 (or 0x129382) is known color: Dark Cyan. HEX triplet: 12, 93 and 82. RGB value is (18,147,130). Sum of RGB (Red+Green+Blue) = 18+147+130=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #129382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129382 is #ED6C7D. Grayscale: #6A6A6A. Windows color (decimal): -15559806 or 8557330. OLE color: 8557330.

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

Color convert

RGB 18 147 130 -
CMYK 0.88 0 0.12 0.42
HSL 172.09º 0.78% 0.32% -
HSV(B) 172.09º 0.88% 0.58% -
XYZ 14.71 22.61 24.71 -
YUV 106.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 18 147 130 0.88 0 0.12 0.42 172.09 0.78 0.32
Hex 12 93 82 58 0 C 2A AC 4E 20
Octal 22 223 202 130 0 14 52 254 116 40
Binary 10010 10010011 10000010 1011000 0 1100 101010 10101100 1001110 100000

Color Harmonies of #129382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129382

Black with #129382

Text Example


Text Example

White with #129382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129382; }

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

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

background-color css

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

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

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

border-color css

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

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

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