#10B488

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

Shades of Mountain Meadow #10B488

Tints of Mountain Meadow #10B488

Color information

#10B488 (or 0x10B488) is unknown color: approx Mountain Meadow. HEX triplet: 10, B4 and 88. RGB value is (16,180,136). Sum of RGB (Red+Green+Blue) = 16+180+136=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #10B488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B488 is #EF4B77. Grayscale: #7D7D7D. Windows color (decimal): -15682424 or 8958992. OLE color: 8958992.

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

Color convert

RGB16180136-
CMYK0.9100.240.29
HSL163.9º83.67%38.43%-
HSV(B)163.9º91.11%70.59%-
XYZ20.9834.5328.85-
YUV125.95133.6749.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=4.82%
G=54.22%
B=40.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801360.9100.240.29163.983.6738.43
Hex10B4885B0181Da45426
Octal202642101330303524412446
Binary100001011010010001000101101101100011101101001001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,180,136); }

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

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

 a { background-color: rgb(16,180,136); }

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

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

 span { border-color: rgb(16,180,136); }

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