Html Css Color HEX #159395 Java

📋 copy color: '#159395'

red 21 ◦ green 147 ◦ blue 149

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

Shades of Java #159395

Tints of Java #159395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47%

R = 6.62%
G = 46.37%
B = 47%

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

#159395 (or 0x159395) is known color: Java. HEX triplet: 15, 93 and 95. RGB value is (21,147,149). Sum of RGB (Red+Green+Blue) = 21+147+149=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #159395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159395 is #EA6C6A. Grayscale: #6D6D6D. Windows color (decimal): -15363179 or 9802517. OLE color: 9802517.

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

Color convert

RGB 21 147 149 -
CMYK 0.86 0.01 0 0.42
HSL 180.94º 0.75% 0.33% -
HSV(B) 180.94º 0.86% 0.58% -
XYZ 16.17 23.2 32.06 -
YUV 109.55 150.26 64.84 -
System Red Green Blue C M Y K H S L
Decimal 21 147 149 0.86 0.01 0 0.42 180.94 0.75 0.33
Hex 15 93 95 56 1 0 2A B5 4B 21
Octal 25 223 225 126 1 0 52 265 113 41
Binary 10101 10010011 10010101 1010110 1 0 101010 10110101 1001011 100001

Color Harmonies of #159395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159395

Black with #159395

Text Example


Text Example

White with #159395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159395; }

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

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

background-color css

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

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

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

border-color css

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

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

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