Html Css Color HEX #159493 Java

📋 copy color: '#159493'

red 21 ◦ green 148 ◦ blue 147

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

Shades of Java #159493

Tints of Java #159493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.84%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 6.65%
G = 46.84%
B = 46.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#159493 (or 0x159493) is known color: Java. HEX triplet: 15, 94 and 93. RGB value is (21,148,147). Sum of RGB (Red+Green+Blue) = 21+148+147=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #159493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159493 is #EA6B6C. Grayscale: #6D6D6D. Windows color (decimal): -15362925 or 9671701. OLE color: 9671701.

HSL color Cylindrical-coordinate representation of color #159493: hue angle of 179.53º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159493 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 148 147 -
CMYK 0.86 0 0.01 0.42
HSL 179.53º 0.75% 0.33% -
HSV(B) 179.53º 0.86% 0.58% -
XYZ 16.17 23.45 31.28 -
YUV 109.91 148.92 64.58 -
System Red Green Blue C M Y K H S L
Decimal 21 148 147 0.86 0 0.01 0.42 179.53 0.75 0.33
Hex 15 94 93 56 0 1 2A B4 4B 21
Octal 25 224 223 126 0 1 52 264 113 41
Binary 10101 10010100 10010011 1010110 0 1 101010 10110100 1001011 100001

Color Harmonies of #159493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159493

Black with #159493

Text Example


Text Example

White with #159493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159493; }

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

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

background-color css

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

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

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

border-color css

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

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

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