Html Css Color HEX #159A94 Java

📋 copy color: '#159A94'

red 21 ◦ green 154 ◦ blue 148

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

Shades of Java #159A94

Tints of Java #159A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.68%

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 6.5%
G = 47.68%
B = 45.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#159A94 (or 0x159A94) is known color: Java. HEX triplet: 15, 9A and 94. RGB value is (21,154,148). Sum of RGB (Red+Green+Blue) = 21+154+148=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #159A94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159A94 is #EA656B. Grayscale: #717171. Windows color (decimal): -15361388 or 9738773. OLE color: 9738773.

HSL color Cylindrical-coordinate representation of color #159A94: hue angle of 177.29º 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 #159A94 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 154 148 -
CMYK 0.86 0 0.04 0.40
HSL 177.29º 0.76% 0.34% -
HSV(B) 177.29º 0.86% 0.6% -
XYZ 17.21 25.41 32.01 -
YUV 113.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 21 154 148 0.86 0 0.04 0.40 177.29 0.76 0.34
Hex 15 9A 94 56 0 4 28 B1 4C 22
Octal 25 232 224 126 0 4 50 261 114 42
Binary 10101 10011010 10010100 1010110 0 100 101000 10110001 1001100 100010

Color Harmonies of #159A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159A94

Black with #159A94

Text Example


Text Example

White with #159A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,154,148); }

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

background-color css

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

 a { background-color: rgb(21,154,148); }

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

border-color css

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

 span { border-color: rgb(21,154,148); }

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