Html Css Color HEX #158D96 Java

📋 copy color: '#158D96'

red 21 ◦ green 141 ◦ blue 150

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

Shades of Java #158D96

Tints of Java #158D96

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 6.73%
G = 45.19%
B = 48.08%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#158D96 (or 0x158D96) is known color: Java. HEX triplet: 15, 8D and 96. RGB value is (21,141,150). Sum of RGB (Red+Green+Blue) = 21+141+150=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #158D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D96 is #EA7269. Grayscale: #696969. Windows color (decimal): -15364714 or 9866517. OLE color: 9866517.

HSL color Cylindrical-coordinate representation of color #158D96: hue angle of 184.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158D96 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 141 150 -
CMYK 0.86 0.06 0 0.41
HSL 184.19º 0.75% 0.34% -
HSV(B) 184.19º 0.86% 0.59% -
XYZ 15.34 21.41 32.18 -
YUV 106.15 152.74 67.27 -
System Red Green Blue C M Y K H S L
Decimal 21 141 150 0.86 0.06 0 0.41 184.19 0.75 0.34
Hex 15 8D 96 56 6 0 29 B8 4B 22
Octal 25 215 226 126 6 0 51 270 113 42
Binary 10101 10001101 10010110 1010110 110 0 101001 10111000 1001011 100010

Color Harmonies of #158D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158D96

Black with #158D96

Text Example


Text Example

White with #158D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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