Html Css Color HEX #159885 Java

📋 copy color: '#159885'

red 21 ◦ green 152 ◦ blue 133

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

Shades of Java #159885

Tints of Java #159885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 133 (52.34% from 255) = 43.46%

R = 6.86%
G = 49.67%
B = 43.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#159885 (or 0x159885) is known color: Java. HEX triplet: 15, 98 and 85. RGB value is (21,152,133). Sum of RGB (Red+Green+Blue) = 21+152+133=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #159885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159885 is #EA677A. Grayscale: #6E6E6E. Windows color (decimal): -15361915 or 8755221. OLE color: 8755221.

HSL color Cylindrical-coordinate representation of color #159885: hue angle of 171.3º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159885 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 152 133 -
CMYK 0.86 0 0.13 0.40
HSL 171.3º 0.76% 0.34% -
HSV(B) 171.3º 0.86% 0.6% -
XYZ 15.77 24.31 26.05 -
YUV 110.67 140.6 64.04 -
System Red Green Blue C M Y K H S L
Decimal 21 152 133 0.86 0 0.13 0.40 171.3 0.76 0.34
Hex 15 98 85 56 0 D 28 AB 4C 22
Octal 25 230 205 126 0 15 50 253 114 42
Binary 10101 10011000 10000101 1010110 0 1101 101000 10101011 1001100 100010

Color Harmonies of #159885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159885

Black with #159885

Text Example


Text Example

White with #159885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159885; }

 p { color: rgb(21,152,133); }

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

background-color css

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

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

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

border-color css

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

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

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