Html Css Color HEX #159E8D Java

📋 copy color: '#159E8D'

red 21 ◦ green 158 ◦ blue 141

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

Shades of Java #159E8D

Tints of Java #159E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.38%

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

R = 6.56%
G = 49.38%
B = 44.06%

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

#159E8D (or 0x159E8D) is known color: Java. HEX triplet: 15, 9E and 8D. RGB value is (21,158,141). Sum of RGB (Red+Green+Blue) = 21+158+141=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #159E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159E8D is #EA6172. Grayscale: #737373. Windows color (decimal): -15360371 or 9281045. OLE color: 9281045.

HSL color Cylindrical-coordinate representation of color #159E8D: hue angle of 172.55º degrees, saturation: 0.77, 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 #159E8D is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 158 141 -
CMYK 0.87 0 0.11 0.38
HSL 172.55º 0.77% 0.35% -
HSV(B) 172.55º 0.87% 0.62% -
XYZ 17.34 26.54 29.41 -
YUV 115.1 142.61 60.88 -
System Red Green Blue C M Y K H S L
Decimal 21 158 141 0.87 0 0.11 0.38 172.55 0.77 0.35
Hex 15 9E 8D 57 0 B 26 AD 4D 23
Octal 25 236 215 127 0 13 46 255 115 43
Binary 10101 10011110 10001101 1010111 0 1011 100110 10101101 1001101 100011

Color Harmonies of #159E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159E8D

Black with #159E8D

Text Example


Text Example

White with #159E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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