Html Css Color HEX #159D9D Java

📋 copy color: '#159D9D'

red 21 ◦ green 157 ◦ blue 157

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

Shades of Java #159D9D

Tints of Java #159D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 6.27%
G = 46.87%
B = 46.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#159D9D (or 0x159D9D) is known color: Java. HEX triplet: 15, 9D and 9D. RGB value is (21,157,157). Sum of RGB (Red+Green+Blue) = 21+157+157=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #159D9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159D9D is #EA6262. Grayscale: #747474. Windows color (decimal): -15360611 or 10329365. OLE color: 10329365.

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

Color convert

RGB 21 157 157 -
CMYK 0.87 0 0 0.38
HSL 180º 0.76% 0.35% -
HSV(B) 180º 0.87% 0.62% -
XYZ 18.45 26.71 36.08 -
YUV 116.34 150.94 60 -
System Red Green Blue C M Y K H S L
Decimal 21 157 157 0.87 0 0 0.38 180 0.76 0.35
Hex 15 9D 9D 57 0 0 26 B4 4C 23
Octal 25 235 235 127 0 0 46 264 114 43
Binary 10101 10011101 10011101 1010111 0 0 100110 10110100 1001100 100011

Color Harmonies of #159D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159D9D

Black with #159D9D

Text Example


Text Example

White with #159D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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