Html Css Color HEX #12B38D Mountain Meadow

📋 copy color: '#12B38D'

red 18 ◦ green 179 ◦ blue 141

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

Shades of Mountain Meadow #12B38D

Tints of Mountain Meadow #12B38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.96%

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

R = 5.33%
G = 52.96%
B = 41.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#12B38D (or 0x12B38D) is known color: Mountain Meadow. HEX triplet: 12, B3 and 8D. RGB value is (18,179,141). Sum of RGB (Red+Green+Blue) = 18+179+141=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #12B38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B38D is #ED4C72. Grayscale: #7E7E7E. Windows color (decimal): -15551603 or 9286418. OLE color: 9286418.

HSL color Cylindrical-coordinate representation of color #12B38D: hue angle of 165.84º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B38D is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 141 -
CMYK 0.90 0 0.21 0.30
HSL 165.84º 0.82% 0.39% -
HSV(B) 165.84º 0.9% 0.7% -
XYZ 21.18 34.29 30.7 -
YUV 126.53 136.16 50.59 -
System Red Green Blue C M Y K H S L
Decimal 18 179 141 0.90 0 0.21 0.30 165.84 0.82 0.39
Hex 12 B3 8D 5A 0 15 1E A6 52 27
Octal 22 263 215 132 0 25 36 246 122 47
Binary 10010 10110011 10001101 1011010 0 10101 11110 10100110 1010010 100111

Color Harmonies of #12B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B38D

Black with #12B38D

Text Example


Text Example

White with #12B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12B38D; }

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

 H1.HeaderClassName
 {
   color: #12B38D;
 }
 .AnyTagClassName
 {
   color: #12B38D;
 }
</style>

background-color css

<style>
 a { background-color: #12B38D; }

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

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

border-color css

<style>
 span { border-color: #12B38D; }

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

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