Html Css Color HEX #159FA0 Java

📋 copy color: '#159FA0'

red 21 ◦ green 159 ◦ blue 160

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

Shades of Java #159FA0

Tints of Java #159FA0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.76%

 BLUE value IS 160 (62.89% from 255) = 47.06%

R = 6.18%
G = 46.76%
B = 47.06%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#159FA0 (or 0x159FA0) is known color: Java. HEX triplet: 15, 9F and A0. RGB value is (21,159,160). Sum of RGB (Red+Green+Blue) = 21+159+160=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #159FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159FA0 is #EA605F. Grayscale: #757575. Windows color (decimal): -15360096 or 10526485. OLE color: 10526485.

HSL color Cylindrical-coordinate representation of color #159FA0: hue angle of 180.43º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159FA0 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 159 160 -
CMYK 0.87 0.01 0 0.37
HSL 180.43º 0.77% 0.35% -
HSV(B) 180.43º 0.87% 0.63% -
XYZ 19.05 27.49 37.56 -
YUV 117.85 151.78 58.92 -
System Red Green Blue C M Y K H S L
Decimal 21 159 160 0.87 0.01 0 0.37 180.43 0.77 0.35
Hex 15 9F A0 57 1 0 25 B4 4D 23
Octal 25 237 240 127 1 0 45 264 115 43
Binary 10101 10011111 10100000 1010111 1 0 100101 10110100 1001101 100011

Color Harmonies of #159FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FA0

Black with #159FA0

Text Example


Text Example

White with #159FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159FA0; }

 p { color: rgb(21,159,160); }

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

background-color css

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

 a { background-color: rgb(21,159,160); }

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

border-color css

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

 span { border-color: rgb(21,159,160); }

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