Html Css Color HEX #159F93 Java

📋 copy color: '#159F93'

red 21 ◦ green 159 ◦ blue 147

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

Shades of Java #159F93

Tints of Java #159F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.62%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 6.42%
G = 48.62%
B = 44.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#159F93 (or 0x159F93) is known color: Java. HEX triplet: 15, 9F and 93. RGB value is (21,159,147). Sum of RGB (Red+Green+Blue) = 21+159+147=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #159F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159F93 is #EA606C. Grayscale: #747474. Windows color (decimal): -15360109 or 9674517. OLE color: 9674517.

HSL color Cylindrical-coordinate representation of color #159F93: hue angle of 174.78º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159F93 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 159 147 -
CMYK 0.87 0 0.08 0.38
HSL 174.78º 0.77% 0.35% -
HSV(B) 174.78º 0.87% 0.62% -
XYZ 17.97 27.06 31.88 -
YUV 116.37 145.28 59.98 -
System Red Green Blue C M Y K H S L
Decimal 21 159 147 0.87 0 0.08 0.38 174.78 0.77 0.35
Hex 15 9F 93 57 0 8 26 AF 4D 23
Octal 25 237 223 127 0 10 46 257 115 43
Binary 10101 10011111 10010011 1010111 0 1000 100110 10101111 1001101 100011

Color Harmonies of #159F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159F93

Black with #159F93

Text Example


Text Example

White with #159F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159F93; }

 p { color: rgb(21,159,147); }

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

background-color css

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

 a { background-color: rgb(21,159,147); }

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

border-color css

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

 span { border-color: rgb(21,159,147); }

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