Html Css Color HEX #158E90 Java

📋 copy color: '#158E90'

red 21 ◦ green 142 ◦ blue 144

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

Shades of Java #158E90

Tints of Java #158E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 6.84%
G = 46.25%
B = 46.91%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158E90 (or 0x158E90) is known color: Java. HEX triplet: 15, 8E and 90. RGB value is (21,142,144). Sum of RGB (Red+Green+Blue) = 21+142+144=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #158E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E90 is #EA716F. Grayscale: #696969. Windows color (decimal): -15364464 or 9473557. OLE color: 9473557.

HSL color Cylindrical-coordinate representation of color #158E90: hue angle of 180.98º degrees, saturation: 0.75, 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 #158E90 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 142 144 -
CMYK 0.85 0.01 0 0.44
HSL 180.98º 0.75% 0.32% -
HSV(B) 180.98º 0.85% 0.56% -
XYZ 15.02 21.52 29.75 -
YUV 106.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 21 142 144 0.85 0.01 0 0.44 180.98 0.75 0.32
Hex 15 8E 90 55 1 0 2C B5 4B 20
Octal 25 216 220 125 1 0 54 265 113 40
Binary 10101 10001110 10010000 1010101 1 0 101100 10110101 1001011 100000

Color Harmonies of #158E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158E90

Black with #158E90

Text Example


Text Example

White with #158E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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