Html Css Color HEX #16B06C Jade

📋 copy color: '#16B06C'

red 22 ◦ green 176 ◦ blue 108

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

Shades of Jade #16B06C

Tints of Jade #16B06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 7.19%
G = 57.52%
B = 35.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#16B06C (or 0x16B06C) is known color: Jade. HEX triplet: 16, B0 and 6C. RGB value is (22,176,108). Sum of RGB (Red+Green+Blue) = 22+176+108=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #16B06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B06C is #E94F93. Grayscale: #7A7A7A. Windows color (decimal): -15290260 or 7122966. OLE color: 7122966.

HSL color Cylindrical-coordinate representation of color #16B06C: hue angle of 153.51º 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 #16B06C is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 176 108 -
CMYK 0.88 0 0.39 0.31
HSL 153.51º 0.78% 0.39% -
HSV(B) 153.51º 0.88% 0.69% -
XYZ 18.56 32.3 19.44 -
YUV 122.2 119.98 56.53 -
System Red Green Blue C M Y K H S L
Decimal 22 176 108 0.88 0 0.39 0.31 153.51 0.78 0.39
Hex 16 B0 6C 58 0 27 1F 9A 4E 27
Octal 26 260 154 130 0 47 37 232 116 47
Binary 10110 10110000 1101100 1011000 0 100111 11111 10011010 1001110 100111

Color Harmonies of #16B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B06C

Black with #16B06C

Text Example


Text Example

White with #16B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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