Html Css Color HEX #16A294 Java

📋 copy color: '#16A294'

red 22 ◦ green 162 ◦ blue 148

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

Shades of Java #16A294

Tints of Java #16A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.8%

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 6.63%
G = 48.8%
B = 44.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#16A294 (or 0x16A294) is known color: Java. HEX triplet: 16, A2 and 94. RGB value is (22,162,148). Sum of RGB (Red+Green+Blue) = 22+162+148=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #16A294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A294 is #E95D6B. Grayscale: #767676. Windows color (decimal): -15293804 or 9740822. OLE color: 9740822.

HSL color Cylindrical-coordinate representation of color #16A294: hue angle of 174º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A294 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 162 148 -
CMYK 0.86 0 0.09 0.36
HSL 174º 0.76% 0.36% -
HSV(B) 174º 0.86% 0.64% -
XYZ 18.6 28.15 32.47 -
YUV 118.54 144.62 59.14 -
System Red Green Blue C M Y K H S L
Decimal 22 162 148 0.86 0 0.09 0.36 174 0.76 0.36
Hex 16 A2 94 56 0 9 24 AE 4C 24
Octal 26 242 224 126 0 11 44 256 114 44
Binary 10110 10100010 10010100 1010110 0 1001 100100 10101110 1001100 100100

Color Harmonies of #16A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A294

Black with #16A294

Text Example


Text Example

White with #16A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,162,148); }

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

background-color css

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

 a { background-color: rgb(22,162,148); }

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

border-color css

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

 span { border-color: rgb(22,162,148); }

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