Html Css Color HEX #159B8D Java

📋 copy color: '#159B8D'

red 21 ◦ green 155 ◦ blue 141

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

Shades of Java #159B8D

Tints of Java #159B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 6.62%
G = 48.9%
B = 44.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#159B8D (or 0x159B8D) is known color: Java. HEX triplet: 15, 9B and 8D. RGB value is (21,155,141). Sum of RGB (Red+Green+Blue) = 21+155+141=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #159B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B8D is #EA6472. Grayscale: #717171. Windows color (decimal): -15361139 or 9280277. OLE color: 9280277.

HSL color Cylindrical-coordinate representation of color #159B8D: hue angle of 173.73º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B8D is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 155 141 -
CMYK 0.86 0 0.09 0.39
HSL 173.73º 0.76% 0.35% -
HSV(B) 173.73º 0.86% 0.61% -
XYZ 16.84 25.53 29.24 -
YUV 113.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 21 155 141 0.86 0 0.09 0.39 173.73 0.76 0.35
Hex 15 9B 8D 56 0 9 27 AE 4C 23
Octal 25 233 215 126 0 11 47 256 114 43
Binary 10101 10011011 10001101 1010110 0 1001 100111 10101110 1001100 100011

Color Harmonies of #159B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159B8D

Black with #159B8D

Text Example


Text Example

White with #159B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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