Html Css Color HEX #10B173 Jade

📋 copy color: '#10B173'

red 16 ◦ green 177 ◦ blue 115

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

Shades of Jade #10B173

Tints of Jade #10B173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 5.19%
G = 57.47%
B = 37.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#10B173 (or 0x10B173) is known color: Jade. HEX triplet: 10, B1 and 73. RGB value is (16,177,115). Sum of RGB (Red+Green+Blue) = 16+177+115=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #10B173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B173 is #EF4E8C. Grayscale: #797979. Windows color (decimal): -15683213 or 7581968. OLE color: 7581968.

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

Color convert

RGB 16 177 115 -
CMYK 0.91 0 0.35 0.31
HSL 156.89º 0.83% 0.38% -
HSV(B) 156.89º 0.91% 0.69% -
XYZ 19.03 32.79 21.55 -
YUV 121.79 124.16 52.54 -
System Red Green Blue C M Y K H S L
Decimal 16 177 115 0.91 0 0.35 0.31 156.89 0.83 0.38
Hex 10 B1 73 5B 0 23 1F 9D 53 26
Octal 20 261 163 133 0 43 37 235 123 46
Binary 10000 10110001 1110011 1011011 0 100011 11111 10011101 1010011 100110

Color Harmonies of #10B173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B173

Black with #10B173

Text Example


Text Example

White with #10B173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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