Html Css Color HEX #1596A4 Java

📋 copy color: '#1596A4'

red 21 ◦ green 150 ◦ blue 164

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

Shades of Java #1596A4

Tints of Java #1596A4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

 BLUE value IS 164 (64.45% from 255) = 48.96%

R = 6.27%
G = 44.78%
B = 48.96%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1596A4 (or 0x1596A4) is known color: Java. HEX triplet: 15, 96 and A4. RGB value is (21,150,164). Sum of RGB (Red+Green+Blue) = 21+150+164=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #1596A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1596A4 is #EA695B. Grayscale: #707070. Windows color (decimal): -15362396 or 10786325. OLE color: 10786325.

HSL color Cylindrical-coordinate representation of color #1596A4: hue angle of 185.87º 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 #1596A4 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 150 164 -
CMYK 0.87 0.09 0 0.36
HSL 185.87º 0.77% 0.36% -
HSV(B) 185.87º 0.87% 0.64% -
XYZ 17.92 24.65 38.94 -
YUV 113.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 21 150 164 0.87 0.09 0 0.36 185.87 0.77 0.36
Hex 15 96 A4 57 9 0 24 BA 4D 24
Octal 25 226 244 127 11 0 44 272 115 44
Binary 10101 10010110 10100100 1010111 1001 0 100100 10111010 1001101 100100

Color Harmonies of #1596A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1596A4

Black with #1596A4

Text Example


Text Example

White with #1596A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1596A4; }

 p { color: rgb(21,150,164); }

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

background-color css

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

 a { background-color: rgb(21,150,164); }

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

border-color css

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

 span { border-color: rgb(21,150,164); }

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