Html Css Color HEX #159690 Java

📋 copy color: '#159690'

red 21 ◦ green 150 ◦ blue 144

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

Shades of Java #159690

Tints of Java #159690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.62%

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 6.67%
G = 47.62%
B = 45.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#159690 (or 0x159690) is known color: Java. HEX triplet: 15, 96 and 90. RGB value is (21,150,144). Sum of RGB (Red+Green+Blue) = 21+150+144=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #159690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159690 is #EA696F. Grayscale: #6E6E6E. Windows color (decimal): -15362416 or 9475605. OLE color: 9475605.

HSL color Cylindrical-coordinate representation of color #159690: hue angle of 177.21º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159690 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 150 144 -
CMYK 0.86 0 0.04 0.41
HSL 177.21º 0.75% 0.34% -
HSV(B) 177.21º 0.86% 0.59% -
XYZ 16.25 23.99 30.16 -
YUV 110.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 21 150 144 0.86 0 0.04 0.41 177.21 0.75 0.34
Hex 15 96 90 56 0 4 29 B1 4B 22
Octal 25 226 220 126 0 4 51 261 113 42
Binary 10101 10010110 10010000 1010110 0 100 101001 10110001 1001011 100010

Color Harmonies of #159690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159690

Black with #159690

Text Example


Text Example

White with #159690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159690; }

 p { color: rgb(21,150,144); }

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

background-color css

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

 a { background-color: rgb(21,150,144); }

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

border-color css

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

 span { border-color: rgb(21,150,144); }

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