Html Css Color HEX #12828D Dark Cyan

📋 copy color: '#12828D'

red 18 ◦ green 130 ◦ blue 141

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

Shades of Dark Cyan #12828D

Tints of Dark Cyan #12828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 6.23%
G = 44.98%
B = 48.79%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12828D (or 0x12828D) is known color: Dark Cyan. HEX triplet: 12, 82 and 8D. RGB value is (18,130,141). Sum of RGB (Red+Green+Blue) = 18+130+141=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #12828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12828D is #ED7D72. Grayscale: #616161. Windows color (decimal): -15564147 or 9273874. OLE color: 9273874.

HSL color Cylindrical-coordinate representation of color #12828D: hue angle of 185.37º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12828D is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 130 141 -
CMYK 0.87 0.08 0 0.45
HSL 185.37º 0.77% 0.31% -
HSV(B) 185.37º 0.87% 0.55% -
XYZ 13.04 18.02 27.99 -
YUV 97.77 152.39 71.11 -
System Red Green Blue C M Y K H S L
Decimal 18 130 141 0.87 0.08 0 0.45 185.37 0.77 0.31
Hex 12 82 8D 57 8 0 2D B9 4D 1F
Octal 22 202 215 127 10 0 55 271 115 37
Binary 10010 10000010 10001101 1010111 1000 0 101101 10111001 1001101 11111

Color Harmonies of #12828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12828D

Black with #12828D

Text Example


Text Example

White with #12828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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