Html Css Color HEX #158D98 Java

📋 copy color: '#158D98'

red 21 ◦ green 141 ◦ blue 152

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

Shades of Java #158D98

Tints of Java #158D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 6.69%
G = 44.9%
B = 48.41%

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

#158D98 (or 0x158D98) is known color: Java. HEX triplet: 15, 8D and 98. RGB value is (21,141,152). Sum of RGB (Red+Green+Blue) = 21+141+152=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #158D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D98 is #EA7267. Grayscale: #6A6A6A. Windows color (decimal): -15364712 or 9997589. OLE color: 9997589.

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

Color convert

RGB 21 141 152 -
CMYK 0.86 0.07 0 0.40
HSL 185.04º 0.76% 0.34% -
HSV(B) 185.04º 0.86% 0.6% -
XYZ 15.5 21.48 33.03 -
YUV 106.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 21 141 152 0.86 0.07 0 0.40 185.04 0.76 0.34
Hex 15 8D 98 56 7 0 28 B9 4C 22
Octal 25 215 230 126 7 0 50 271 114 42
Binary 10101 10001101 10011000 1010110 111 0 101000 10111001 1001100 100010

Color Harmonies of #158D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158D98

Black with #158D98

Text Example


Text Example

White with #158D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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