Html Css Color HEX #12BD8B Mountain Meadow

📋 copy color: '#12BD8B'

red 18 ◦ green 189 ◦ blue 139

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

Shades of Mountain Meadow #12BD8B

Tints of Mountain Meadow #12BD8B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.62%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 5.2%
G = 54.62%
B = 40.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#12BD8B (or 0x12BD8B) is known color: Mountain Meadow. HEX triplet: 12, BD and 8B. RGB value is (18,189,139). Sum of RGB (Red+Green+Blue) = 18+189+139=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BD8B is #ED4274. Grayscale: #848484. Windows color (decimal): -15549045 or 9157906. OLE color: 9157906.

HSL color Cylindrical-coordinate representation of color #12BD8B: hue angle of 162.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD8B is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 139 -
CMYK 0.90 0 0.26 0.26
HSL 162.46º 0.83% 0.41% -
HSV(B) 162.46º 0.9% 0.74% -
XYZ 23.11 38.39 30.62 -
YUV 132.17 131.85 46.57 -
System Red Green Blue C M Y K H S L
Decimal 18 189 139 0.90 0 0.26 0.26 162.46 0.83 0.41
Hex 12 BD 8B 5A 0 1A 1A A2 53 29
Octal 22 275 213 132 0 32 32 242 123 51
Binary 10010 10111101 10001011 1011010 0 11010 11010 10100010 1010011 101001

Color Harmonies of #12BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD8B

Black with #12BD8B

Text Example


Text Example

White with #12BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,139); }

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

background-color css

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

 a { background-color: rgb(18,189,139); }

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

border-color css

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

 span { border-color: rgb(18,189,139); }

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