Html Css Color HEX #159E95 Java

📋 copy color: '#159E95'

red 21 ◦ green 158 ◦ blue 149

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

Shades of Java #159E95

Tints of Java #159E95

RGB

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

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

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

R = 6.4%
G = 48.17%
B = 45.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#159E95 (or 0x159E95) is known color: Java. HEX triplet: 15, 9E and 95. RGB value is (21,158,149). Sum of RGB (Red+Green+Blue) = 21+158+149=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #159E95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159E95 is #EA616A. Grayscale: #737373. Windows color (decimal): -15360363 or 9805333. OLE color: 9805333.

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

Color convert

RGB 21 158 149 -
CMYK 0.87 0 0.06 0.38
HSL 176.06º 0.77% 0.35% -
HSV(B) 176.06º 0.87% 0.62% -
XYZ 17.96 26.78 32.66 -
YUV 116.01 146.61 60.23 -
System Red Green Blue C M Y K H S L
Decimal 21 158 149 0.87 0 0.06 0.38 176.06 0.77 0.35
Hex 15 9E 95 57 0 6 26 B0 4D 23
Octal 25 236 225 127 0 6 46 260 115 43
Binary 10101 10011110 10010101 1010111 0 110 100110 10110000 1001101 100011

Color Harmonies of #159E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159E95

Black with #159E95

Text Example


Text Example

White with #159E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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