Html Css Color HEX #16C068 Jade

📋 copy color: '#16C068'

red 22 ◦ green 192 ◦ blue 104

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

Shades of Jade #16C068

Tints of Jade #16C068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.38%

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 6.92%
G = 60.38%
B = 32.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#16C068 (or 0x16C068) is known color: Jade. HEX triplet: 16, C0 and 68. RGB value is (22,192,104). Sum of RGB (Red+Green+Blue) = 22+192+104=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #16C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C068 is #E93F97. Grayscale: #838383. Windows color (decimal): -15286168 or 6864918. OLE color: 6864918.

HSL color Cylindrical-coordinate representation of color #16C068: hue angle of 148.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C068 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 192 104 -
CMYK 0.89 0 0.46 0.25
HSL 148.94º 0.79% 0.42% -
HSV(B) 148.94º 0.89% 0.75% -
XYZ 21.68 38.87 19.46 -
YUV 131.14 112.68 50.16 -
System Red Green Blue C M Y K H S L
Decimal 22 192 104 0.89 0 0.46 0.25 148.94 0.79 0.42
Hex 16 C0 68 59 0 2E 19 95 4F 2A
Octal 26 300 150 131 0 56 31 225 117 52
Binary 10110 11000000 1101000 1011001 0 101110 11001 10010101 1001111 101010

Color Harmonies of #16C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C068

Black with #16C068

Text Example


Text Example

White with #16C068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,192,104); }

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

background-color css

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

 a { background-color: rgb(22,192,104); }

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

border-color css

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

 span { border-color: rgb(22,192,104); }

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