Html Css Color HEX #159291 Java

📋 copy color: '#159291'

red 21 ◦ green 146 ◦ blue 145

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

Shades of Java #159291

Tints of Java #159291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 6.73%
G = 46.79%
B = 46.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#159291 (or 0x159291) is known color: Java. HEX triplet: 15, 92 and 91. RGB value is (21,146,145). Sum of RGB (Red+Green+Blue) = 21+146+145=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #159291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159291 is #EA6D6E. Grayscale: #6C6C6C. Windows color (decimal): -15363439 or 9540117. OLE color: 9540117.

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

Color convert

RGB 21 146 145 -
CMYK 0.86 0 0.01 0.43
HSL 179.52º 0.75% 0.33% -
HSV(B) 179.52º 0.86% 0.57% -
XYZ 15.7 22.76 30.35 -
YUV 108.51 148.59 65.58 -
System Red Green Blue C M Y K H S L
Decimal 21 146 145 0.86 0 0.01 0.43 179.52 0.75 0.33
Hex 15 92 91 56 0 1 2B B4 4B 21
Octal 25 222 221 126 0 1 53 264 113 41
Binary 10101 10010010 10010001 1010110 0 1 101011 10110100 1001011 100001

Color Harmonies of #159291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159291

Black with #159291

Text Example


Text Example

White with #159291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159291; }

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

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

background-color css

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

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

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

border-color css

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

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

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