Html Css Color HEX #158B93 Java

📋 copy color: '#158B93'

red 21 ◦ green 139 ◦ blue 147

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

Shades of Java #158B93

Tints of Java #158B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.28%

 BLUE value IS 147 (57.81% from 255) = 47.88%

R = 6.84%
G = 45.28%
B = 47.88%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158B93 (or 0x158B93) is known color: Java. HEX triplet: 15, 8B and 93. RGB value is (21,139,147). Sum of RGB (Red+Green+Blue) = 21+139+147=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #158B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B93 is #EA746C. Grayscale: #686868. Windows color (decimal): -15365229 or 9669397. OLE color: 9669397.

HSL color Cylindrical-coordinate representation of color #158B93: hue angle of 183.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158B93 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 139 147 -
CMYK 0.86 0.05 0 0.42
HSL 183.81º 0.75% 0.33% -
HSV(B) 183.81º 0.86% 0.58% -
XYZ 14.81 20.73 30.82 -
YUV 104.63 151.91 68.35 -
System Red Green Blue C M Y K H S L
Decimal 21 139 147 0.86 0.05 0 0.42 183.81 0.75 0.33
Hex 15 8B 93 56 5 0 2A B8 4B 21
Octal 25 213 223 126 5 0 52 270 113 41
Binary 10101 10001011 10010011 1010110 101 0 101010 10111000 1001011 100001

Color Harmonies of #158B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B93

Black with #158B93

Text Example


Text Example

White with #158B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,139,147); }

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

background-color css

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

 a { background-color: rgb(21,139,147); }

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

border-color css

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

 span { border-color: rgb(21,139,147); }

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