Html Css Color HEX #159D8B Java

📋 copy color: '#159D8B'

red 21 ◦ green 157 ◦ blue 139

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

Shades of Java #159D8B

Tints of Java #159D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.53%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 6.62%
G = 49.53%
B = 43.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#159D8B (or 0x159D8B) is known color: Java. HEX triplet: 15, 9D and 8B. RGB value is (21,157,139). Sum of RGB (Red+Green+Blue) = 21+157+139=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #159D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159D8B is #EA6274. Grayscale: #727272. Windows color (decimal): -15360629 or 9149717. OLE color: 9149717.

HSL color Cylindrical-coordinate representation of color #159D8B: hue angle of 172.06º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159D8B is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 157 139 -
CMYK 0.87 0 0.11 0.38
HSL 172.06º 0.76% 0.35% -
HSV(B) 172.06º 0.87% 0.62% -
XYZ 17.03 26.14 28.57 -
YUV 114.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 21 157 139 0.87 0 0.11 0.38 172.06 0.76 0.35
Hex 15 9D 8B 57 0 B 26 AC 4C 23
Octal 25 235 213 127 0 13 46 254 114 43
Binary 10101 10011101 10001011 1010111 0 1011 100110 10101100 1001100 100011

Color Harmonies of #159D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159D8B

Black with #159D8B

Text Example


Text Example

White with #159D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,157,139); }

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

background-color css

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

 a { background-color: rgb(21,157,139); }

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

border-color css

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

 span { border-color: rgb(21,157,139); }

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