Html Css Color HEX #159A91 Java

📋 copy color: '#159A91'

red 21 ◦ green 154 ◦ blue 145

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

Shades of Java #159A91

Tints of Java #159A91

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.13%

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

R = 6.56%
G = 48.13%
B = 45.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#159A91 (or 0x159A91) is known color: Java. HEX triplet: 15, 9A and 91. RGB value is (21,154,145). Sum of RGB (Red+Green+Blue) = 21+154+145=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #159A91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159A91 is #EA656E. Grayscale: #717171. Windows color (decimal): -15361391 or 9542165. OLE color: 9542165.

HSL color Cylindrical-coordinate representation of color #159A91: hue angle of 175.94º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159A91 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 154 145 -
CMYK 0.86 0 0.06 0.40
HSL 175.94º 0.76% 0.34% -
HSV(B) 175.94º 0.86% 0.6% -
XYZ 16.98 25.31 30.78 -
YUV 113.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 21 154 145 0.86 0 0.06 0.40 175.94 0.76 0.34
Hex 15 9A 91 56 0 6 28 B0 4C 22
Octal 25 232 221 126 0 6 50 260 114 42
Binary 10101 10011010 10010001 1010110 0 110 101000 10110000 1001100 100010

Color Harmonies of #159A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159A91

Black with #159A91

Text Example


Text Example

White with #159A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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