Html Css Color HEX #159195 Java

📋 copy color: '#159195'

red 21 ◦ green 145 ◦ blue 149

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

Shades of Java #159195

Tints of Java #159195

RGB

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

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

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

R = 6.67%
G = 46.03%
B = 47.3%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#159195 (or 0x159195) is known color: Java. HEX triplet: 15, 91 and 95. RGB value is (21,145,149). Sum of RGB (Red+Green+Blue) = 21+145+149=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #159195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159195 is #EA6E6A. Grayscale: #6C6C6C. Windows color (decimal): -15363691 or 9802005. OLE color: 9802005.

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

Color convert

RGB 21 145 149 -
CMYK 0.86 0.03 0 0.42
HSL 181.88º 0.75% 0.33% -
HSV(B) 181.88º 0.86% 0.58% -
XYZ 15.86 22.58 31.96 -
YUV 108.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 21 145 149 0.86 0.03 0 0.42 181.88 0.75 0.33
Hex 15 91 95 56 3 0 2A B6 4B 21
Octal 25 221 225 126 3 0 52 266 113 41
Binary 10101 10010001 10010101 1010110 11 0 101010 10110110 1001011 100001

Color Harmonies of #159195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159195

Black with #159195

Text Example


Text Example

White with #159195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159195; }

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

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

background-color css

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

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

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

border-color css

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

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

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