Html Css Color HEX #159290 Java

📋 copy color: '#159290'

red 21 ◦ green 146 ◦ blue 144

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

Shades of Java #159290

Tints of Java #159290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 6.75%
G = 46.95%
B = 46.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#159290 (or 0x159290) is known color: Java. HEX triplet: 15, 92 and 90. RGB value is (21,146,144). Sum of RGB (Red+Green+Blue) = 21+146+144=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #159290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159290 is #EA6D6F. Grayscale: #6C6C6C. Windows color (decimal): -15363440 or 9474581. OLE color: 9474581.

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

Color convert

RGB 21 146 144 -
CMYK 0.86 0 0.01 0.43
HSL 179.04º 0.75% 0.33% -
HSV(B) 179.04º 0.86% 0.57% -
XYZ 15.62 22.73 29.95 -
YUV 108.4 148.09 65.66 -
System Red Green Blue C M Y K H S L
Decimal 21 146 144 0.86 0 0.01 0.43 179.04 0.75 0.33
Hex 15 92 90 56 0 1 2B B3 4B 21
Octal 25 222 220 126 0 1 53 263 113 41
Binary 10101 10010010 10010000 1010110 0 1 101011 10110011 1001011 100001

Color Harmonies of #159290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159290

Black with #159290

Text Example


Text Example

White with #159290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159290; }

 p { color: rgb(21,146,144); }

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

background-color css

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

 a { background-color: rgb(21,146,144); }

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

border-color css

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

 span { border-color: rgb(21,146,144); }

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