Html Css Color HEX #159C8B Java

📋 copy color: '#159C8B'

red 21 ◦ green 156 ◦ blue 139

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

Shades of Java #159C8B

Tints of Java #159C8B

RGB

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

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

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

R = 6.65%
G = 49.37%
B = 43.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#159C8B (or 0x159C8B) is known color: Java. HEX triplet: 15, 9C and 8B. RGB value is (21,156,139). Sum of RGB (Red+Green+Blue) = 21+156+139=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #159C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159C8B is #EA6374. Grayscale: #717171. Windows color (decimal): -15360885 or 9149461. OLE color: 9149461.

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

Color convert

RGB 21 156 139 -
CMYK 0.87 0 0.11 0.39
HSL 172.44º 0.76% 0.35% -
HSV(B) 172.44º 0.87% 0.61% -
XYZ 16.86 25.8 28.52 -
YUV 113.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 21 156 139 0.87 0 0.11 0.39 172.44 0.76 0.35
Hex 15 9C 8B 57 0 B 27 AC 4C 23
Octal 25 234 213 127 0 13 47 254 114 43
Binary 10101 10011100 10001011 1010111 0 1011 100111 10101100 1001100 100011

Color Harmonies of #159C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159C8B

Black with #159C8B

Text Example


Text Example

White with #159C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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