Html Css Color HEX #158F96 Java

📋 copy color: '#158F96'

red 21 ◦ green 143 ◦ blue 150

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

Shades of Java #158F96

Tints of Java #158F96

RGB

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

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

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

R = 6.69%
G = 45.54%
B = 47.77%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#158F96 (or 0x158F96) is known color: Java. HEX triplet: 15, 8F and 96. RGB value is (21,143,150). Sum of RGB (Red+Green+Blue) = 21+143+150=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #158F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F96 is #EA7069. Grayscale: #6B6B6B. Windows color (decimal): -15364202 or 9867029. OLE color: 9867029.

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

Color convert

RGB 21 143 150 -
CMYK 0.86 0.05 0 0.41
HSL 183.26º 0.75% 0.34% -
HSV(B) 183.26º 0.86% 0.59% -
XYZ 15.64 22.01 32.28 -
YUV 107.32 152.08 66.43 -
System Red Green Blue C M Y K H S L
Decimal 21 143 150 0.86 0.05 0 0.41 183.26 0.75 0.34
Hex 15 8F 96 56 5 0 29 B7 4B 22
Octal 25 217 226 126 5 0 51 267 113 42
Binary 10101 10001111 10010110 1010110 101 0 101001 10110111 1001011 100010

Color Harmonies of #158F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158F96

Black with #158F96

Text Example


Text Example

White with #158F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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