Html Css Color HEX #159C8D Java

📋 copy color: '#159C8D'

red 21 ◦ green 156 ◦ blue 141

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

Shades of Java #159C8D

Tints of Java #159C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.06%

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

R = 6.6%
G = 49.06%
B = 44.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#159C8D (or 0x159C8D) is known color: Java. HEX triplet: 15, 9C and 8D. RGB value is (21,156,141). Sum of RGB (Red+Green+Blue) = 21+156+141=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #159C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159C8D is #EA6372. Grayscale: #717171. Windows color (decimal): -15360883 or 9280533. OLE color: 9280533.

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

Color convert

RGB 21 156 141 -
CMYK 0.87 0 0.10 0.39
HSL 173.33º 0.76% 0.35% -
HSV(B) 173.33º 0.87% 0.61% -
XYZ 17.01 25.86 29.29 -
YUV 113.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 21 156 141 0.87 0 0.10 0.39 173.33 0.76 0.35
Hex 15 9C 8D 57 0 A 27 AD 4C 23
Octal 25 234 215 127 0 12 47 255 114 43
Binary 10101 10011100 10001101 1010111 0 1010 100111 10101101 1001100 100011

Color Harmonies of #159C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159C8D

Black with #159C8D

Text Example


Text Example

White with #159C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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