Html Css Color HEX #16909B Java

📋 copy color: '#16909B'

red 22 ◦ green 144 ◦ blue 155

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

Shades of Java #16909B

Tints of Java #16909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 6.85%
G = 44.86%
B = 48.29%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16909B (or 0x16909B) is known color: Java. HEX triplet: 16, 90 and 9B. RGB value is (22,144,155). Sum of RGB (Red+Green+Blue) = 22+144+155=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #16909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16909B is #E96F64. Grayscale: #6C6C6C. Windows color (decimal): -15298405 or 10194966. OLE color: 10194966.

HSL color Cylindrical-coordinate representation of color #16909B: hue angle of 184.96º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16909B is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 144 155 -
CMYK 0.86 0.07 0 0.39
HSL 184.96º 0.75% 0.35% -
HSV(B) 184.96º 0.86% 0.61% -
XYZ 16.22 22.48 34.5 -
YUV 108.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 22 144 155 0.86 0.07 0 0.39 184.96 0.75 0.35
Hex 16 90 9B 56 7 0 27 B9 4B 23
Octal 26 220 233 126 7 0 47 271 113 43
Binary 10110 10010000 10011011 1010110 111 0 100111 10111001 1001011 100011

Color Harmonies of #16909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16909B

Black with #16909B

Text Example


Text Example

White with #16909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16909B; }

 p { color: rgb(22,144,155); }

 H1.HeaderClassName
 {
   color: #16909B;
 }
 .AnyTagClassName
 {
   color: #16909B;
 }
</style>

background-color css

<style>
 a { background-color: #16909B; }

 a { background-color: rgb(22,144,155); }

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

border-color css

<style>
 span { border-color: #16909B; }

 span { border-color: rgb(22,144,155); }

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