#15938D

Color #15938D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #15938D

Tints of Java #15938D

Color information

#15938D (or 0x15938D) is unknown color: approx Java. HEX triplet: 15, 93 and 8D. RGB value is (21,147,141). Sum of RGB (Red+Green+Blue) = 21+147+141=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #15938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15938D is #EA6C72. Grayscale: #6C6C6C. Windows color (decimal): -15363187 or 9278229. OLE color: 9278229.

HSL color Cylindrical-coordinate representation of color #15938D: hue angle of 177.14º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15938D is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB21147141-
CMYK0.8600.040.42
HSL177.14º75%32.94%-
HSV(B)177.14º85.71%57.65%-
XYZ15.5522.9528.81-
YUV108.64146.2665.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.80%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=6.80%
G=47.57%
B=45.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211471410.8600.040.42177.147532.94
Hex15938D56042Ab14b21
Octal25223215126045226111341
Binary10101100100111000110110101100100101010101100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15938D; }

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

 H1.HeaderClassName
 {
   color: #15938D;
 }
 .AnyTagClassName
 {
   color: #15938D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #15938D;
 }
 .BgClassName
 {
   background-color: #15938D;
 }
</style>
border-color css

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

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

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