Html Css Color HEX #10BE8C Mountain Meadow

📋 copy color: '#10BE8C'

red 16 ◦ green 190 ◦ blue 140

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

Shades of Mountain Meadow #10BE8C

Tints of Mountain Meadow #10BE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.91%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 4.62%
G = 54.91%
B = 40.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#10BE8C (or 0x10BE8C) is known color: Mountain Meadow. HEX triplet: 10, BE and 8C. RGB value is (16,190,140). Sum of RGB (Red+Green+Blue) = 16+190+140=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BE8C is #EF4173. Grayscale: #848484. Windows color (decimal): -15679860 or 9223696. OLE color: 9223696.

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

Color convert

RGB 16 190 140 -
CMYK 0.92 0 0.26 0.25
HSL 162.76º 0.84% 0.4% -
HSV(B) 162.76º 0.92% 0.75% -
XYZ 23.36 38.83 31.07 -
YUV 132.27 132.35 45.07 -
System Red Green Blue C M Y K H S L
Decimal 16 190 140 0.92 0 0.26 0.25 162.76 0.84 0.4
Hex 10 BE 8C 5C 0 1A 19 A3 54 28
Octal 20 276 214 134 0 32 31 243 124 50
Binary 10000 10111110 10001100 1011100 0 11010 11001 10100011 1010100 101000

Color Harmonies of #10BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BE8C

Black with #10BE8C

Text Example


Text Example

White with #10BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,140); }

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

background-color css

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

 a { background-color: rgb(16,190,140); }

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

border-color css

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

 span { border-color: rgb(16,190,140); }

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