Html Css Color HEX #10B190 Mountain Meadow

📋 copy color: '#10B190'

red 16 ◦ green 177 ◦ blue 144

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

Shades of Mountain Meadow #10B190

Tints of Mountain Meadow #10B190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.52%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 4.75%
G = 52.52%
B = 42.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#10B190 (or 0x10B190) is known color: Mountain Meadow. HEX triplet: 10, B1 and 90. RGB value is (16,177,144). Sum of RGB (Red+Green+Blue) = 16+177+144=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #10B190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B190 is #EF4E6F. Grayscale: #7D7D7D. Windows color (decimal): -15683184 or 9482512. OLE color: 9482512.

HSL color Cylindrical-coordinate representation of color #10B190: hue angle of 167.7º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B190 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 144 -
CMYK 0.91 0 0.19 0.31
HSL 167.7º 0.83% 0.38% -
HSV(B) 167.7º 0.91% 0.69% -
XYZ 20.97 33.57 31.76 -
YUV 125.1 138.66 50.18 -
System Red Green Blue C M Y K H S L
Decimal 16 177 144 0.91 0 0.19 0.31 167.7 0.83 0.38
Hex 10 B1 90 5B 0 13 1F A8 53 26
Octal 20 261 220 133 0 23 37 250 123 46
Binary 10000 10110001 10010000 1011011 0 10011 11111 10101000 1010011 100110

Color Harmonies of #10B190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B190

Black with #10B190

Text Example


Text Example

White with #10B190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,177,144); }

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

background-color css

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

 a { background-color: rgb(16,177,144); }

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

border-color css

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

 span { border-color: rgb(16,177,144); }

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