Html Css Color HEX #10B188 Mountain Meadow

📋 copy color: '#10B188'

red 16 ◦ green 177 ◦ blue 136

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

Shades of Mountain Meadow #10B188

Tints of Mountain Meadow #10B188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 4.86%
G = 53.8%
B = 41.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#10B188 (or 0x10B188) is known color: Mountain Meadow. HEX triplet: 10, B1 and 88. RGB value is (16,177,136). Sum of RGB (Red+Green+Blue) = 16+177+136=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #10B188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B188 is #EF4E77. Grayscale: #7C7C7C. Windows color (decimal): -15683192 or 8958224. OLE color: 8958224.

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

Color convert

RGB 16 177 136 -
CMYK 0.91 0 0.23 0.31
HSL 164.72º 0.83% 0.38% -
HSV(B) 164.72º 0.91% 0.69% -
XYZ 20.38 33.33 28.65 -
YUV 124.19 134.66 50.83 -
System Red Green Blue C M Y K H S L
Decimal 16 177 136 0.91 0 0.23 0.31 164.72 0.83 0.38
Hex 10 B1 88 5B 0 17 1F A5 53 26
Octal 20 261 210 133 0 27 37 245 123 46
Binary 10000 10110001 10001000 1011011 0 10111 11111 10100101 1010011 100110

Color Harmonies of #10B188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B188

Black with #10B188

Text Example


Text Example

White with #10B188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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