Html Css Color HEX #159394 Java

📋 copy color: '#159394'

red 21 ◦ green 147 ◦ blue 148

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

Shades of Java #159394

Tints of Java #159394

RGB

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

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

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

R = 6.65%
G = 46.52%
B = 46.84%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#159394 (or 0x159394) is known color: Java. HEX triplet: 15, 93 and 94. RGB value is (21,147,148). Sum of RGB (Red+Green+Blue) = 21+147+148=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #159394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159394 is #EA6C6B. Grayscale: #6D6D6D. Windows color (decimal): -15363180 or 9736981. OLE color: 9736981.

HSL color Cylindrical-coordinate representation of color #159394: hue angle of 180.47º 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 #159394 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 147 148 -
CMYK 0.86 0.01 0 0.42
HSL 180.47º 0.75% 0.33% -
HSV(B) 180.47º 0.86% 0.58% -
XYZ 16.09 23.16 31.64 -
YUV 109.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 21 147 148 0.86 0.01 0 0.42 180.47 0.75 0.33
Hex 15 93 94 56 1 0 2A B4 4B 21
Octal 25 223 224 126 1 0 52 264 113 41
Binary 10101 10010011 10010100 1010110 1 0 101010 10110100 1001011 100001

Color Harmonies of #159394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159394

Black with #159394

Text Example


Text Example

White with #159394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159394; }

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

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

background-color css

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

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

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

border-color css

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

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

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