Html Css Color HEX #169388 Java

📋 copy color: '#169388'

red 22 ◦ green 147 ◦ blue 136

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

Shades of Java #169388

Tints of Java #169388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.2%

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 7.21%
G = 48.2%
B = 44.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#169388 (or 0x169388) is known color: Java. HEX triplet: 16, 93 and 88. RGB value is (22,147,136). Sum of RGB (Red+Green+Blue) = 22+147+136=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #169388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169388 is #E96C77. Grayscale: #6C6C6C. Windows color (decimal): -15297656 or 8950550. OLE color: 8950550.

HSL color Cylindrical-coordinate representation of color #169388: hue angle of 174.72º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169388 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 147 136 -
CMYK 0.85 0 0.07 0.42
HSL 174.72º 0.74% 0.33% -
HSV(B) 174.72º 0.85% 0.58% -
XYZ 15.21 22.82 26.89 -
YUV 108.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 22 147 136 0.85 0 0.07 0.42 174.72 0.74 0.33
Hex 16 93 88 55 0 7 2A AF 4A 21
Octal 26 223 210 125 0 7 52 257 112 41
Binary 10110 10010011 10001000 1010101 0 111 101010 10101111 1001010 100001

Color Harmonies of #169388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #169388

Black with #169388

Text Example


Text Example

White with #169388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #169388; }

 p { color: rgb(22,147,136); }

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

background-color css

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

 a { background-color: rgb(22,147,136); }

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

border-color css

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

 span { border-color: rgb(22,147,136); }

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