Html Css Color HEX #159BA4 Java

📋 copy color: '#159BA4'

red 21 ◦ green 155 ◦ blue 164

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

Shades of Java #159BA4

Tints of Java #159BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.59%

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 6.18%
G = 45.59%
B = 48.24%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#159BA4 (or 0x159BA4) is known color: Java. HEX triplet: 15, 9B and A4. RGB value is (21,155,164). Sum of RGB (Red+Green+Blue) = 21+155+164=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #159BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BA4 is #EA645B. Grayscale: #737373. Windows color (decimal): -15361116 or 10787605. OLE color: 10787605.

HSL color Cylindrical-coordinate representation of color #159BA4: hue angle of 183.78º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159BA4 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 155 164 -
CMYK 0.87 0.05 0 0.36
HSL 183.78º 0.77% 0.36% -
HSV(B) 183.78º 0.87% 0.64% -
XYZ 18.73 26.28 39.21 -
YUV 115.96 155.11 60.27 -
System Red Green Blue C M Y K H S L
Decimal 21 155 164 0.87 0.05 0 0.36 183.78 0.77 0.36
Hex 15 9B A4 57 5 0 24 B8 4D 24
Octal 25 233 244 127 5 0 44 270 115 44
Binary 10101 10011011 10100100 1010111 101 0 100100 10111000 1001101 100100

Color Harmonies of #159BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BA4

Black with #159BA4

Text Example


Text Example

White with #159BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,155,164); }

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

background-color css

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

 a { background-color: rgb(21,155,164); }

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

border-color css

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

 span { border-color: rgb(21,155,164); }

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