Html Css Color HEX #12958E Dark Cyan

📋 copy color: '#12958E'

red 18 ◦ green 149 ◦ blue 142

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

Shades of Dark Cyan #12958E

Tints of Dark Cyan #12958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 5.83%
G = 48.22%
B = 45.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#12958E (or 0x12958E) is known color: Dark Cyan. HEX triplet: 12, 95 and 8E. RGB value is (18,149,142). Sum of RGB (Red+Green+Blue) = 18+149+142=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #12958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12958E is #ED6A71. Grayscale: #6C6C6C. Windows color (decimal): -15559282 or 9344274. OLE color: 9344274.

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

Color convert

RGB 18 149 142 -
CMYK 0.88 0 0.05 0.42
HSL 176.79º 0.78% 0.33% -
HSV(B) 176.79º 0.88% 0.58% -
XYZ 15.88 23.58 29.3 -
YUV 109.03 146.6 63.07 -
System Red Green Blue C M Y K H S L
Decimal 18 149 142 0.88 0 0.05 0.42 176.79 0.78 0.33
Hex 12 95 8E 58 0 5 2A B1 4E 21
Octal 22 225 216 130 0 5 52 261 116 41
Binary 10010 10010101 10001110 1011000 0 101 101010 10110001 1001110 100001

Color Harmonies of #12958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12958E

Black with #12958E

Text Example


Text Example

White with #12958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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