Html Css Color HEX #159D9C Java

📋 copy color: '#159D9C'

red 21 ◦ green 157 ◦ blue 156

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

Shades of Java #159D9C

Tints of Java #159D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.01%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 6.29%
G = 47.01%
B = 46.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#159D9C (or 0x159D9C) is known color: Java. HEX triplet: 15, 9D and 9C. RGB value is (21,157,156). Sum of RGB (Red+Green+Blue) = 21+157+156=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #159D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159D9C is #EA6263. Grayscale: #747474. Windows color (decimal): -15360612 or 10263829. OLE color: 10263829.

HSL color Cylindrical-coordinate representation of color #159D9C: hue angle of 179.56º degrees, saturation: 0.76, 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 #159D9C is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 157 156 -
CMYK 0.87 0 0.01 0.38
HSL 179.56º 0.76% 0.35% -
HSV(B) 179.56º 0.87% 0.62% -
XYZ 18.37 26.67 35.63 -
YUV 116.22 150.44 60.08 -
System Red Green Blue C M Y K H S L
Decimal 21 157 156 0.87 0 0.01 0.38 179.56 0.76 0.35
Hex 15 9D 9C 57 0 1 26 B4 4C 23
Octal 25 235 234 127 0 1 46 264 114 43
Binary 10101 10011101 10011100 1010111 0 1 100110 10110100 1001100 100011

Color Harmonies of #159D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159D9C

Black with #159D9C

Text Example


Text Example

White with #159D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,157,156); }

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

background-color css

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

 a { background-color: rgb(21,157,156); }

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

border-color css

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

 span { border-color: rgb(21,157,156); }

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