Html Css Color HEX #158C9B Java

📋 copy color: '#158C9B'

red 21 ◦ green 140 ◦ blue 155

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

Shades of Java #158C9B

Tints of Java #158C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 6.65%
G = 44.3%
B = 49.05%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#158C9B (or 0x158C9B) is known color: Java. HEX triplet: 15, 8C and 9B. RGB value is (21,140,155). Sum of RGB (Red+Green+Blue) = 21+140+155=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #158C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C9B is #EA7364. Grayscale: #696969. Windows color (decimal): -15364965 or 10193941. OLE color: 10193941.

HSL color Cylindrical-coordinate representation of color #158C9B: hue angle of 186.72º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158C9B is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 140 155 -
CMYK 0.86 0.10 0 0.39
HSL 186.72º 0.76% 0.35% -
HSV(B) 186.72º 0.86% 0.61% -
XYZ 15.6 21.28 34.3 -
YUV 106.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 21 140 155 0.86 0.10 0 0.39 186.72 0.76 0.35
Hex 15 8C 9B 56 A 0 27 BB 4C 23
Octal 25 214 233 126 12 0 47 273 114 43
Binary 10101 10001100 10011011 1010110 1010 0 100111 10111011 1001100 100011

Color Harmonies of #158C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C9B

Black with #158C9B

Text Example


Text Example

White with #158C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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