Html Css Color HEX #158FA0 Java

📋 copy color: '#158FA0'

red 21 ◦ green 143 ◦ blue 160

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

Shades of Java #158FA0

Tints of Java #158FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.14%

 BLUE value IS 160 (62.89% from 255) = 49.38%

R = 6.48%
G = 44.14%
B = 49.38%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#158FA0 (or 0x158FA0) is known color: Java. HEX triplet: 15, 8F and A0. RGB value is (21,143,160). Sum of RGB (Red+Green+Blue) = 21+143+160=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #158FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FA0 is #EA705F. Grayscale: #6C6C6C. Windows color (decimal): -15364192 or 10522389. OLE color: 10522389.

HSL color Cylindrical-coordinate representation of color #158FA0: hue angle of 187.34º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158FA0 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 143 160 -
CMYK 0.87 0.11 0 0.37
HSL 187.34º 0.77% 0.35% -
HSV(B) 187.34º 0.87% 0.63% -
XYZ 16.48 22.34 36.7 -
YUV 108.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 21 143 160 0.87 0.11 0 0.37 187.34 0.77 0.35
Hex 15 8F A0 57 B 0 25 BB 4D 23
Octal 25 217 240 127 13 0 45 273 115 43
Binary 10101 10001111 10100000 1010111 1011 0 100101 10111011 1001101 100011

Color Harmonies of #158FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158FA0

Black with #158FA0

Text Example


Text Example

White with #158FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158FA0; }

 p { color: rgb(21,143,160); }

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

background-color css

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

 a { background-color: rgb(21,143,160); }

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

border-color css

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

 span { border-color: rgb(21,143,160); }

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