Html Css Color HEX #158C96 Java

📋 copy color: '#158C96'

red 21 ◦ green 140 ◦ blue 150

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

Shades of Java #158C96

Tints of Java #158C96

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

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

R = 6.75%
G = 45.02%
B = 48.23%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#158C96 (or 0x158C96) is known color: Java. HEX triplet: 15, 8C and 96. RGB value is (21,140,150). Sum of RGB (Red+Green+Blue) = 21+140+150=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #158C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C96 is #EA7369. Grayscale: #696969. Windows color (decimal): -15364970 or 9866261. OLE color: 9866261.

HSL color Cylindrical-coordinate representation of color #158C96: hue angle of 184.65º 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 #158C96 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 140 150 -
CMYK 0.86 0.07 0 0.41
HSL 184.65º 0.75% 0.34% -
HSV(B) 184.65º 0.86% 0.59% -
XYZ 15.19 21.12 32.13 -
YUV 105.56 153.08 67.69 -
System Red Green Blue C M Y K H S L
Decimal 21 140 150 0.86 0.07 0 0.41 184.65 0.75 0.34
Hex 15 8C 96 56 7 0 29 B9 4B 22
Octal 25 214 226 126 7 0 51 271 113 42
Binary 10101 10001100 10010110 1010110 111 0 101001 10111001 1001011 100010

Color Harmonies of #158C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C96

Black with #158C96

Text Example


Text Example

White with #158C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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