Html Css Color HEX #12B285 Mountain Meadow

📋 copy color: '#12B285'

red 18 ◦ green 178 ◦ blue 133

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

Shades of Mountain Meadow #12B285

Tints of Mountain Meadow #12B285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.1%

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 5.47%
G = 54.1%
B = 40.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#12B285 (or 0x12B285) is known color: Mountain Meadow. HEX triplet: 12, B2 and 85. RGB value is (18,178,133). Sum of RGB (Red+Green+Blue) = 18+178+133=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #12B285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B285 is #ED4D7A. Grayscale: #7D7D7D. Windows color (decimal): -15551867 or 8761874. OLE color: 8761874.

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

Color convert

RGB 18 178 133 -
CMYK 0.90 0 0.25 0.30
HSL 163.13º 0.82% 0.38% -
HSV(B) 163.13º 0.9% 0.7% -
XYZ 20.4 33.66 27.61 -
YUV 125.03 132.49 51.66 -
System Red Green Blue C M Y K H S L
Decimal 18 178 133 0.90 0 0.25 0.30 163.13 0.82 0.38
Hex 12 B2 85 5A 0 19 1E A3 52 26
Octal 22 262 205 132 0 31 36 243 122 46
Binary 10010 10110010 10000101 1011010 0 11001 11110 10100011 1010010 100110

Color Harmonies of #12B285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B285

Black with #12B285

Text Example


Text Example

White with #12B285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,178,133); }

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

background-color css

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

 a { background-color: rgb(18,178,133); }

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

border-color css

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

 span { border-color: rgb(18,178,133); }

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