Html Css Color HEX #158F9A Java

📋 copy color: '#158F9A'

red 21 ◦ green 143 ◦ blue 154

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

Shades of Java #158F9A

Tints of Java #158F9A

RGB

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

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

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

R = 6.6%
G = 44.97%
B = 48.43%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#158F9A (or 0x158F9A) is known color: Java. HEX triplet: 15, 8F and 9A. RGB value is (21,143,154). Sum of RGB (Red+Green+Blue) = 21+143+154=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #158F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F9A is #EA7065. Grayscale: #6B6B6B. Windows color (decimal): -15364198 or 10129173. OLE color: 10129173.

HSL color Cylindrical-coordinate representation of color #158F9A: hue angle of 184.96º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158F9A is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 143 154 -
CMYK 0.86 0.07 0 0.40
HSL 184.96º 0.76% 0.34% -
HSV(B) 184.96º 0.86% 0.6% -
XYZ 15.96 22.14 34 -
YUV 107.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 21 143 154 0.86 0.07 0 0.40 184.96 0.76 0.34
Hex 15 8F 9A 56 7 0 28 B9 4C 22
Octal 25 217 232 126 7 0 50 271 114 42
Binary 10101 10001111 10011010 1010110 111 0 101000 10111001 1001100 100010

Color Harmonies of #158F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158F9A

Black with #158F9A

Text Example


Text Example

White with #158F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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