Html Css Color HEX #159995 Java

📋 copy color: '#159995'

red 21 ◦ green 153 ◦ blue 149

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

Shades of Java #159995

Tints of Java #159995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 6.5%
G = 47.37%
B = 46.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#159995 (or 0x159995) is known color: Java. HEX triplet: 15, 99 and 95. RGB value is (21,153,149). Sum of RGB (Red+Green+Blue) = 21+153+149=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #159995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159995 is #EA666A. Grayscale: #707070. Windows color (decimal): -15361643 or 9804053. OLE color: 9804053.

HSL color Cylindrical-coordinate representation of color #159995: hue angle of 178.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159995 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 153 149 -
CMYK 0.86 0 0.03 0.4
HSL 178.18º 0.76% 0.34% -
HSV(B) 178.18º 0.86% 0.6% -
XYZ 17.13 25.11 32.38 -
YUV 113.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 21 153 149 0.86 0 0.03 0.4 178.18 0.76 0.34
Hex 15 99 95 56 0 3 28 B2 4C 22
Octal 25 231 225 126 0 3 50 262 114 42
Binary 10101 10011001 10010101 1010110 0 11 101000 10110010 1001100 100010

Color Harmonies of #159995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159995

Black with #159995

Text Example


Text Example

White with #159995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159995; }

 p { color: rgb(21,153,149); }

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

background-color css

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

 a { background-color: rgb(21,153,149); }

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

border-color css

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

 span { border-color: rgb(21,153,149); }

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