Html Css Color HEX #158C8F Java

📋 copy color: '#158C8F'

red 21 ◦ green 140 ◦ blue 143

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

Shades of Java #158C8F

Tints of Java #158C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 6.91%
G = 46.05%
B = 47.04%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158C8F (or 0x158C8F) is known color: Java. HEX triplet: 15, 8C and 8F. RGB value is (21,140,143). Sum of RGB (Red+Green+Blue) = 21+140+143=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #158C8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C8F is #EA7370. Grayscale: #686868. Windows color (decimal): -15364977 or 9407509. OLE color: 9407509.

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

Color convert

RGB 21 140 143 -
CMYK 0.85 0.02 0 0.44
HSL 181.48º 0.74% 0.32% -
HSV(B) 181.48º 0.85% 0.56% -
XYZ 14.65 20.9 29.25 -
YUV 104.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 21 140 143 0.85 0.02 0 0.44 181.48 0.74 0.32
Hex 15 8C 8F 55 2 0 2C B5 4A 20
Octal 25 214 217 125 2 0 54 265 112 40
Binary 10101 10001100 10001111 1010101 10 0 101100 10110101 1001010 100000

Color Harmonies of #158C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C8F

Black with #158C8F

Text Example


Text Example

White with #158C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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