Html Css Color HEX #159194 Java

📋 copy color: '#159194'

red 21 ◦ green 145 ◦ blue 148

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

Shades of Java #159194

Tints of Java #159194

RGB

 RED value IS 21 (8.59% from 255) = 6.69%

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 6.69%
G = 46.18%
B = 47.13%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#159194 (or 0x159194) is known color: Java. HEX triplet: 15, 91 and 94. RGB value is (21,145,148). Sum of RGB (Red+Green+Blue) = 21+145+148=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #159194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159194 is #EA6E6B. Grayscale: #6C6C6C. Windows color (decimal): -15363692 or 9736469. OLE color: 9736469.

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

Color convert

RGB 21 145 148 -
CMYK 0.86 0.02 0 0.42
HSL 181.42º 0.75% 0.33% -
HSV(B) 181.42º 0.86% 0.58% -
XYZ 15.78 22.55 31.54 -
YUV 108.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 21 145 148 0.86 0.02 0 0.42 181.42 0.75 0.33
Hex 15 91 94 56 2 0 2A B5 4B 21
Octal 25 221 224 126 2 0 52 265 113 41
Binary 10101 10010001 10010100 1010110 10 0 101010 10110101 1001011 100001

Color Harmonies of #159194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159194

Black with #159194

Text Example


Text Example

White with #159194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159194; }

 p { color: rgb(21,145,148); }

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

background-color css

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

 a { background-color: rgb(21,145,148); }

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

border-color css

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

 span { border-color: rgb(21,145,148); }

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