Html Css Color HEX #10B488 Mountain Meadow

📋 copy color: '#10B488'

red 16 ◦ green 180 ◦ blue 136

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

Shades of Mountain Meadow #10B488

Tints of Mountain Meadow #10B488

RGB

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

 GREEN value IS 180 (70.7% 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 value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#10B488 (or 0x10B488) is known color: 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

RGB 16 180 136 -
CMYK 0.91 0 0.24 0.29
HSL 163.9º 0.84% 0.38% -
HSV(B) 163.9º 0.91% 0.71% -
XYZ 20.98 34.53 28.85 -
YUV 125.95 133.67 49.58 -
System Red Green Blue C M Y K H S L
Decimal 16 180 136 0.91 0 0.24 0.29 163.9 0.84 0.38
Hex 10 B4 88 5B 0 18 1D A4 54 26
Octal 20 264 210 133 0 30 35 244 124 46
Binary 10000 10110100 10001000 1011011 0 11000 11101 10100100 1010100 100110

Color Harmonies of #10B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B488

Black with #10B488

Text Example


Text Example

White with #10B488

Text Example


Text Example

HTML Codes & Css Web 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>