Html Css Color HEX #169990 Java

📋 copy color: '#169990'

red 22 ◦ green 153 ◦ blue 144

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

Shades of Java #169990

Tints of Java #169990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.96%

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 6.9%
G = 47.96%
B = 45.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#169990 (or 0x169990) is known color: Java. HEX triplet: 16, 99 and 90. RGB value is (22,153,144). Sum of RGB (Red+Green+Blue) = 22+153+144=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #169990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169990 is #E9666F. Grayscale: #707070. Windows color (decimal): -15296112 or 9476374. OLE color: 9476374.

HSL color Cylindrical-coordinate representation of color #169990: hue angle of 175.88º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169990 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 153 144 -
CMYK 0.86 0 0.06 0.4
HSL 175.88º 0.75% 0.34% -
HSV(B) 175.88º 0.86% 0.6% -
XYZ 16.76 24.97 30.32 -
YUV 112.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 22 153 144 0.86 0 0.06 0.4 175.88 0.75 0.34
Hex 16 99 90 56 0 6 28 B0 4B 22
Octal 26 231 220 126 0 6 50 260 113 42
Binary 10110 10011001 10010000 1010110 0 110 101000 10110000 1001011 100010

Color Harmonies of #169990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #169990

Black with #169990

Text Example


Text Example

White with #169990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #169990; }

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

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

background-color css

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

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

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

border-color css

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

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

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