Html Css Color HEX #158C90 Java

📋 copy color: '#158C90'

red 21 ◦ green 140 ◦ blue 144

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

Shades of Java #158C90

Tints of Java #158C90

RGB

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

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

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

R = 6.89%
G = 45.9%
B = 47.21%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158C90 (or 0x158C90) is known color: Java. HEX triplet: 15, 8C and 90. RGB value is (21,140,144). Sum of RGB (Red+Green+Blue) = 21+140+144=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #158C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C90 is #EA736F. Grayscale: #686868. Windows color (decimal): -15364976 or 9473045. OLE color: 9473045.

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

Color convert

RGB 21 140 144 -
CMYK 0.85 0.03 0 0.44
HSL 181.95º 0.75% 0.32% -
HSV(B) 181.95º 0.85% 0.56% -
XYZ 14.72 20.93 29.65 -
YUV 104.88 150.08 68.17 -
System Red Green Blue C M Y K H S L
Decimal 21 140 144 0.85 0.03 0 0.44 181.95 0.75 0.32
Hex 15 8C 90 55 3 0 2C B6 4B 20
Octal 25 214 220 125 3 0 54 266 113 40
Binary 10101 10001100 10010000 1010101 11 0 101100 10110110 1001011 100000

Color Harmonies of #158C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C90

Black with #158C90

Text Example


Text Example

White with #158C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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