#15948B

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

Shades of Java #15948B

Tints of Java #15948B

Color information

#15948B (or 0x15948B) is unknown color: approx Java. HEX triplet: 15, 94 and 8B. RGB value is (21,148,139). Sum of RGB (Red+Green+Blue) = 21+148+139=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #15948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15948B is #EA6B74. Grayscale: #6C6C6C. Windows color (decimal): -15362933 or 9147413. OLE color: 9147413.

HSL color Cylindrical-coordinate representation of color #15948B: hue angle of 175.75º 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 #15948B is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB21148139-
CMYK0.8600.060.42
HSL175.75º75.15%33.14%-
HSV(B)175.75º85.81%58.04%-
XYZ15.5623.228.08-
YUV109144.9265.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=6.82%
G=48.05%
B=45.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211481390.8600.060.42175.7575.1533.14
Hex15948B56062Ab04b21
Octal25224213126065226011341
Binary10101100101001000101110101100110101010101100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15948B; }

 p { color: rgb(21,148,139); }

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

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

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

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

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

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

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