Html Css Color HEX #158D92 Java

📋 copy color: '#158D92'

red 21 ◦ green 141 ◦ blue 146

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

Shades of Java #158D92

Tints of Java #158D92

RGB

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

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

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

R = 6.82%
G = 45.78%
B = 47.4%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#158D92 (or 0x158D92) is known color: Java. HEX triplet: 15, 8D and 92. RGB value is (21,141,146). Sum of RGB (Red+Green+Blue) = 21+141+146=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #158D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D92 is #EA726D. Grayscale: #696969. Windows color (decimal): -15364718 or 9604373. OLE color: 9604373.

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

Color convert

RGB 21 141 146 -
CMYK 0.86 0.03 0 0.43
HSL 182.4º 0.75% 0.33% -
HSV(B) 182.4º 0.86% 0.57% -
XYZ 15.02 21.28 30.51 -
YUV 105.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 21 141 146 0.86 0.03 0 0.43 182.4 0.75 0.33
Hex 15 8D 92 56 3 0 2B B6 4B 21
Octal 25 215 222 126 3 0 53 266 113 41
Binary 10101 10001101 10010010 1010110 11 0 101011 10110110 1001011 100001

Color Harmonies of #158D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158D92

Black with #158D92

Text Example


Text Example

White with #158D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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