Html Css Color HEX #158992 Java

📋 copy color: '#158992'

red 21 ◦ green 137 ◦ blue 146

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

Shades of Java #158992

Tints of Java #158992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 6.91%
G = 45.07%
B = 48.03%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#158992 (or 0x158992) is known color: Java. HEX triplet: 15, 89 and 92. RGB value is (21,137,146). Sum of RGB (Red+Green+Blue) = 21+137+146=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #158992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158992 is #EA766D. Grayscale: #676767. Windows color (decimal): -15365742 or 9603349. OLE color: 9603349.

HSL color Cylindrical-coordinate representation of color #158992: hue angle of 184.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158992 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 137 146 -
CMYK 0.86 0.06 0 0.43
HSL 184.32º 0.75% 0.33% -
HSV(B) 184.32º 0.86% 0.57% -
XYZ 14.44 20.13 30.32 -
YUV 103.34 152.07 69.27 -
System Red Green Blue C M Y K H S L
Decimal 21 137 146 0.86 0.06 0 0.43 184.32 0.75 0.33
Hex 15 89 92 56 6 0 2B B8 4B 21
Octal 25 211 222 126 6 0 53 270 113 41
Binary 10101 10001001 10010010 1010110 110 0 101011 10111000 1001011 100001

Color Harmonies of #158992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158992

Black with #158992

Text Example


Text Example

White with #158992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158992; }

 p { color: rgb(21,137,146); }

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

background-color css

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

 a { background-color: rgb(21,137,146); }

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

border-color css

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

 span { border-color: rgb(21,137,146); }

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