Html Css Color HEX #158E8D Java

📋 copy color: '#158E8D'

red 21 ◦ green 142 ◦ blue 141

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

Shades of Java #158E8D

Tints of Java #158E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.71%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 6.91%
G = 46.71%
B = 46.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#158E8D (or 0x158E8D) is known color: Java. HEX triplet: 15, 8E and 8D. RGB value is (21,142,141). Sum of RGB (Red+Green+Blue) = 21+142+141=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #158E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E8D is #EA7172. Grayscale: #696969. Windows color (decimal): -15364467 or 9276949. OLE color: 9276949.

HSL color Cylindrical-coordinate representation of color #158E8D: hue angle of 179.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158E8D is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 142 141 -
CMYK 0.85 0 0.01 0.44
HSL 179.5º 0.74% 0.32% -
HSV(B) 179.5º 0.85% 0.56% -
XYZ 14.79 21.43 28.56 -
YUV 105.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 21 142 141 0.85 0 0.01 0.44 179.5 0.74 0.32
Hex 15 8E 8D 55 0 1 2C B4 4A 20
Octal 25 216 215 125 0 1 54 264 112 40
Binary 10101 10001110 10001101 1010101 0 1 101100 10110100 1001010 100000

Color Harmonies of #158E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158E8D

Black with #158E8D

Text Example


Text Example

White with #158E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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