#10B693

Color #10B693 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10B693

Tints of Mountain Meadow #10B693

Color information

#10B693 (or 0x10B693) is unknown color: approx Mountain Meadow. HEX triplet: 10, B6 and 93. RGB value is (16,182,147). Sum of RGB (Red+Green+Blue) = 16+182+147=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #10B693 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B693 is #EF496C. Grayscale: #808080. Windows color (decimal): -15681901 or 9680400. OLE color: 9680400.

HSL color Cylindrical-coordinate representation of color #10B693: hue angle of 167.35º 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 #10B693 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB16182147-
CMYK0.9100.190.29
HSL167.35º83.84%38.82%-
HSV(B)167.35º91.21%71.37%-
XYZ22.2135.6733.32-
YUV128.38138.547.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.64%
GREEN value IS 182 (71.48% from 255) = 52.75%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=4.64%
G=52.75%
B=42.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161821470.9100.190.29167.3583.8438.82
Hex10B6935B0131Da75427
Octal202662231330233524712447
Binary100001011011010010011101101101001111101101001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,182,147); }

 H1.HeaderClassName
 {
   color: #10B693;
 }
 .AnyTagClassName
 {
   color: #10B693;
 }
</style>
background-color css

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

 a { background-color: rgb(16,182,147); }

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

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

 span { border-color: rgb(16,182,147); }

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