Html Css Color HEX #12967C Free Speech Aquamarine

📋 copy color: '#12967C'

red 18 ◦ green 150 ◦ blue 124

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

Shades of Free Speech Aquamarine #12967C

Tints of Free Speech Aquamarine #12967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.37%

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 6.16%
G = 51.37%
B = 42.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#12967C (or 0x12967C) is known color: Free Speech Aquamarine. HEX triplet: 12, 96 and 7C. RGB value is (18,150,124). Sum of RGB (Red+Green+Blue) = 18+150+124=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #12967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12967C is #ED6983. Grayscale: #6B6B6B. Windows color (decimal): -15559044 or 8164882. OLE color: 8164882.

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

Color convert

RGB 18 150 124 -
CMYK 0.88 0 0.17 0.41
HSL 168.18º 0.79% 0.33% -
HSV(B) 168.18º 0.88% 0.59% -
XYZ 14.79 23.4 22.81 -
YUV 107.57 137.27 64.11 -
System Red Green Blue C M Y K H S L
Decimal 18 150 124 0.88 0 0.17 0.41 168.18 0.79 0.33
Hex 12 96 7C 58 0 11 29 A8 4F 21
Octal 22 226 174 130 0 21 51 250 117 41
Binary 10010 10010110 1111100 1011000 0 10001 101001 10101000 1001111 100001

Color Harmonies of #12967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12967C

Black with #12967C

Text Example


Text Example

White with #12967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,150,124); }

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

background-color css

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

 a { background-color: rgb(18,150,124); }

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

border-color css

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

 span { border-color: rgb(18,150,124); }

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