Html Css Color HEX #159AA3 Java

📋 copy color: '#159AA3'

red 21 ◦ green 154 ◦ blue 163

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

Shades of Java #159AA3

Tints of Java #159AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.22%

R = 6.21%
G = 45.56%
B = 48.22%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#159AA3 (or 0x159AA3) is known color: Java. HEX triplet: 15, 9A and A3. RGB value is (21,154,163). Sum of RGB (Red+Green+Blue) = 21+154+163=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #159AA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159AA3 is #EA655C. Grayscale: #737373. Windows color (decimal): -15361373 or 10721813. OLE color: 10721813.

HSL color Cylindrical-coordinate representation of color #159AA3: hue angle of 183.8º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159AA3 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 154 163 -
CMYK 0.87 0.06 0 0.36
HSL 183.8º 0.77% 0.36% -
HSV(B) 183.8º 0.87% 0.64% -
XYZ 18.48 25.91 38.68 -
YUV 115.26 154.94 60.77 -
System Red Green Blue C M Y K H S L
Decimal 21 154 163 0.87 0.06 0 0.36 183.8 0.77 0.36
Hex 15 9A A3 57 6 0 24 B8 4D 24
Octal 25 232 243 127 6 0 44 270 115 44
Binary 10101 10011010 10100011 1010111 110 0 100100 10111000 1001101 100100

Color Harmonies of #159AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AA3

Black with #159AA3

Text Example


Text Example

White with #159AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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