Html Css Color HEX #16B069 Jade

📋 copy color: '#16B069'

red 22 ◦ green 176 ◦ blue 105

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

Shades of Jade #16B069

Tints of Jade #16B069

RGB

 RED value IS 22 (8.98% from 255) = 7.26%

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

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 7.26%
G = 58.09%
B = 34.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#16B069 (or 0x16B069) is known color: Jade. HEX triplet: 16, B0 and 69. RGB value is (22,176,105). Sum of RGB (Red+Green+Blue) = 22+176+105=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #16B069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B069 is #E94F96. Grayscale: #797979. Windows color (decimal): -15290263 or 6926358. OLE color: 6926358.

HSL color Cylindrical-coordinate representation of color #16B069: hue angle of 152.34º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B069 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 176 105 -
CMYK 0.88 0 0.40 0.31
HSL 152.34º 0.78% 0.39% -
HSV(B) 152.34º 0.88% 0.69% -
XYZ 18.41 32.24 18.62 -
YUV 121.86 118.48 56.77 -
System Red Green Blue C M Y K H S L
Decimal 22 176 105 0.88 0 0.40 0.31 152.34 0.78 0.39
Hex 16 B0 69 58 0 28 1F 98 4E 27
Octal 26 260 151 130 0 50 37 230 116 47
Binary 10110 10110000 1101001 1011000 0 101000 11111 10011000 1001110 100111

Color Harmonies of #16B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B069

Black with #16B069

Text Example


Text Example

White with #16B069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16B069; }

 p { color: rgb(22,176,105); }

 H1.HeaderClassName
 {
   color: #16B069;
 }
 .AnyTagClassName
 {
   color: #16B069;
 }
</style>

background-color css

<style>
 a { background-color: #16B069; }

 a { background-color: rgb(22,176,105); }

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

border-color css

<style>
 span { border-color: #16B069; }

 span { border-color: rgb(22,176,105); }

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