Html Css Color HEX #12978C Dark Cyan

📋 copy color: '#12978C'

red 18 ◦ green 151 ◦ blue 140

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

Shades of Dark Cyan #12978C

Tints of Dark Cyan #12978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.87%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 5.83%
G = 48.87%
B = 45.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#12978C (or 0x12978C) is known color: Dark Cyan. HEX triplet: 12, 97 and 8C. RGB value is (18,151,140). Sum of RGB (Red+Green+Blue) = 18+151+140=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #12978C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12978C is #ED6873. Grayscale: #6D6D6D. Windows color (decimal): -15558772 or 9213714. OLE color: 9213714.

HSL color Cylindrical-coordinate representation of color #12978C: hue angle of 175.04º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12978C is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 140 -
CMYK 0.88 0 0.07 0.41
HSL 175.04º 0.79% 0.33% -
HSV(B) 175.04º 0.88% 0.59% -
XYZ 16.05 24.16 28.63 -
YUV 109.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 18 151 140 0.88 0 0.07 0.41 175.04 0.79 0.33
Hex 12 97 8C 58 0 7 29 AF 4F 21
Octal 22 227 214 130 0 7 51 257 117 41
Binary 10010 10010111 10001100 1011000 0 111 101001 10101111 1001111 100001

Color Harmonies of #12978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12978C

Black with #12978C

Text Example


Text Example

White with #12978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12978C; }

 p { color: rgb(18,151,140); }

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

background-color css

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

 a { background-color: rgb(18,151,140); }

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

border-color css

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

 span { border-color: rgb(18,151,140); }

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