Html Css Color HEX #10B089 Mountain Meadow

📋 copy color: '#10B089'

red 16 ◦ green 176 ◦ blue 137

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

Shades of Mountain Meadow #10B089

Tints of Mountain Meadow #10B089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.5%

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 4.86%
G = 53.5%
B = 41.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#10B089 (or 0x10B089) is known color: Mountain Meadow. HEX triplet: 10, B0 and 89. RGB value is (16,176,137). Sum of RGB (Red+Green+Blue) = 16+176+137=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #10B089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B089 is #EF4F76. Grayscale: #7B7B7B. Windows color (decimal): -15683447 or 9023504. OLE color: 9023504.

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

Color convert

RGB 16 176 137 -
CMYK 0.91 0 0.22 0.31
HSL 165.38º 0.83% 0.38% -
HSV(B) 165.38º 0.91% 0.69% -
XYZ 20.25 32.97 28.96 -
YUV 123.71 135.49 51.17 -
System Red Green Blue C M Y K H S L
Decimal 16 176 137 0.91 0 0.22 0.31 165.38 0.83 0.38
Hex 10 B0 89 5B 0 16 1F A5 53 26
Octal 20 260 211 133 0 26 37 245 123 46
Binary 10000 10110000 10001001 1011011 0 10110 11111 10100101 1010011 100110

Color Harmonies of #10B089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B089

Black with #10B089

Text Example


Text Example

White with #10B089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,176,137); }

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

background-color css

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

 a { background-color: rgb(16,176,137); }

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

border-color css

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

 span { border-color: rgb(16,176,137); }

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