Html Css Color HEX #159B9A Java

📋 copy color: '#159B9A'

red 21 ◦ green 155 ◦ blue 154

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

Shades of Java #159B9A

Tints of Java #159B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 6.36%
G = 46.97%
B = 46.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#159B9A (or 0x159B9A) is known color: Java. HEX triplet: 15, 9B and 9A. RGB value is (21,155,154). Sum of RGB (Red+Green+Blue) = 21+155+154=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #159B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B9A is #EA6465. Grayscale: #727272. Windows color (decimal): -15361126 or 10132245. OLE color: 10132245.

HSL color Cylindrical-coordinate representation of color #159B9A: hue angle of 179.55º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B9A is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 155 154 -
CMYK 0.86 0 0.01 0.39
HSL 179.55º 0.76% 0.35% -
HSV(B) 179.55º 0.86% 0.61% -
XYZ 17.86 25.94 34.64 -
YUV 114.82 150.11 61.08 -
System Red Green Blue C M Y K H S L
Decimal 21 155 154 0.86 0 0.01 0.39 179.55 0.76 0.35
Hex 15 9B 9A 56 0 1 27 B4 4C 23
Octal 25 233 232 126 0 1 47 264 114 43
Binary 10101 10011011 10011010 1010110 0 1 100111 10110100 1001100 100011

Color Harmonies of #159B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159B9A

Black with #159B9A

Text Example


Text Example

White with #159B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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