Html Css Color HEX #12978A Dark Cyan

📋 copy color: '#12978A'

red 18 ◦ green 151 ◦ blue 138

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

Shades of Dark Cyan #12978A

Tints of Dark Cyan #12978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.95%

R = 5.86%
G = 49.19%
B = 44.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#12978A (or 0x12978A) is known color: Dark Cyan. HEX triplet: 12, 97 and 8A. RGB value is (18,151,138). Sum of RGB (Red+Green+Blue) = 18+151+138=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #12978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12978A is #ED6875. Grayscale: #6D6D6D. Windows color (decimal): -15558774 or 9082642. OLE color: 9082642.

HSL color Cylindrical-coordinate representation of color #12978A: hue angle of 174.14º 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 #12978A is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 138 -
CMYK 0.88 0 0.09 0.41
HSL 174.14º 0.79% 0.33% -
HSV(B) 174.14º 0.88% 0.59% -
XYZ 15.9 24.1 27.86 -
YUV 109.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 18 151 138 0.88 0 0.09 0.41 174.14 0.79 0.33
Hex 12 97 8A 58 0 9 29 AE 4F 21
Octal 22 227 212 130 0 11 51 256 117 41
Binary 10010 10010111 10001010 1011000 0 1001 101001 10101110 1001111 100001

Color Harmonies of #12978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12978A

Black with #12978A

Text Example


Text Example

White with #12978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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