Html Css Color HEX #10BB8F Mountain Meadow

📋 copy color: '#10BB8F'

red 16 ◦ green 187 ◦ blue 143

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

Shades of Mountain Meadow #10BB8F

Tints of Mountain Meadow #10BB8F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.05%

 BLUE value IS 143 (56.25% from 255) = 41.33%

R = 4.62%
G = 54.05%
B = 41.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#10BB8F (or 0x10BB8F) is known color: Mountain Meadow. HEX triplet: 10, BB and 8F. RGB value is (16,187,143). Sum of RGB (Red+Green+Blue) = 16+187+143=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BB8F is #EF4470. Grayscale: #828282. Windows color (decimal): -15680625 or 9419536. OLE color: 9419536.

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

Color convert

RGB 16 187 143 -
CMYK 0.91 0 0.24 0.27
HSL 164.56º 0.84% 0.4% -
HSV(B) 164.56º 0.91% 0.73% -
XYZ 22.94 37.63 32.04 -
YUV 130.86 134.85 46.08 -
System Red Green Blue C M Y K H S L
Decimal 16 187 143 0.91 0 0.24 0.27 164.56 0.84 0.4
Hex 10 BB 8F 5B 0 18 1B A5 54 28
Octal 20 273 217 133 0 30 33 245 124 50
Binary 10000 10111011 10001111 1011011 0 11000 11011 10100101 1010100 101000

Color Harmonies of #10BB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB8F

Black with #10BB8F

Text Example


Text Example

White with #10BB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,187,143); }

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

background-color css

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

 a { background-color: rgb(16,187,143); }

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

border-color css

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

 span { border-color: rgb(16,187,143); }

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