Html Css Color HEX #10BD8A Mountain Meadow

📋 copy color: '#10BD8A'

red 16 ◦ green 189 ◦ blue 138

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

Shades of Mountain Meadow #10BD8A

Tints of Mountain Meadow #10BD8A

RGB

 RED value IS 16 (6.64% from 255) = 4.66%

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

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

R = 4.66%
G = 55.1%
B = 40.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#10BD8A (or 0x10BD8A) is known color: Mountain Meadow. HEX triplet: 10, BD and 8A. RGB value is (16,189,138). Sum of RGB (Red+Green+Blue) = 16+189+138=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BD8A is #EF4275. Grayscale: #838383. Windows color (decimal): -15680118 or 9092368. OLE color: 9092368.

HSL color Cylindrical-coordinate representation of color #10BD8A: hue angle of 162.31º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD8A is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 138 -
CMYK 0.92 0 0.27 0.26
HSL 162.31º 0.84% 0.4% -
HSV(B) 162.31º 0.92% 0.74% -
XYZ 23 38.34 30.23 -
YUV 131.46 131.69 45.65 -
System Red Green Blue C M Y K H S L
Decimal 16 189 138 0.92 0 0.27 0.26 162.31 0.84 0.4
Hex 10 BD 8A 5C 0 1B 1A A2 54 28
Octal 20 275 212 134 0 33 32 242 124 50
Binary 10000 10111101 10001010 1011100 0 11011 11010 10100010 1010100 101000

Color Harmonies of #10BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD8A

Black with #10BD8A

Text Example


Text Example

White with #10BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BD8A; }

 p { color: rgb(16,189,138); }

 H1.HeaderClassName
 {
   color: #10BD8A;
 }
 .AnyTagClassName
 {
   color: #10BD8A;
 }
</style>

background-color css

<style>
 a { background-color: #10BD8A; }

 a { background-color: rgb(16,189,138); }

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

border-color css

<style>
 span { border-color: #10BD8A; }

 span { border-color: rgb(16,189,138); }

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