Html Css Color HEX #10B585 Mountain Meadow

📋 copy color: '#10B585'

red 16 ◦ green 181 ◦ blue 133

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

Shades of Mountain Meadow #10B585

Tints of Mountain Meadow #10B585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.85%

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

R = 4.85%
G = 54.85%
B = 40.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#10B585 (or 0x10B585) is known color: Mountain Meadow. HEX triplet: 10, B5 and 85. RGB value is (16,181,133). Sum of RGB (Red+Green+Blue) = 16+181+133=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #10B585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B585 is #EF4A7A. Grayscale: #7E7E7E. Windows color (decimal): -15682171 or 8762640. OLE color: 8762640.

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

Color convert

RGB 16 181 133 -
CMYK 0.91 0 0.27 0.29
HSL 162.55º 0.84% 0.39% -
HSV(B) 162.55º 0.91% 0.71% -
XYZ 20.97 34.85 27.81 -
YUV 126.19 131.84 49.4 -
System Red Green Blue C M Y K H S L
Decimal 16 181 133 0.91 0 0.27 0.29 162.55 0.84 0.39
Hex 10 B5 85 5B 0 1B 1D A3 54 27
Octal 20 265 205 133 0 33 35 243 124 47
Binary 10000 10110101 10000101 1011011 0 11011 11101 10100011 1010100 100111

Color Harmonies of #10B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B585

Black with #10B585

Text Example


Text Example

White with #10B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,181,133); }

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

background-color css

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

 a { background-color: rgb(16,181,133); }

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

border-color css

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

 span { border-color: rgb(16,181,133); }

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